Update expected test results

We have one test that expected 3.99 to show up in an error message.
This commit is contained in:
Matthias Clasen 2020-12-16 12:00:53 -05:00
parent 45b7fa15e5
commit 9c5a42be0d
3 changed files with 3 additions and 3 deletions

View File

@ -2308,7 +2308,7 @@ test_anaconda_signal (void)
const char buffer[] = const char buffer[] =
"<?xml version='1.0' encoding='UTF-8'?>" "<?xml version='1.0' encoding='UTF-8'?>"
"<interface>" "<interface>"
" <requires lib='gtk' version='3.99'/>" " <requires lib='gtk' version='4.0'/>"
" <object class='GtkListStore' id='liststore1'>" " <object class='GtkListStore' id='liststore1'>"
" <columns>" " <columns>"
" <!-- column-name use -->" " <!-- column-name use -->"

View File

@ -1 +1 @@
invalid5.ui:3:1 Required GTK version 5.10, current version is 3.99 invalid5.ui:3:1 Required GTK version 5.10, current version is 4.0

View File

@ -1,5 +1,5 @@
<interface> <interface>
<requires lib="gtk" version="3.99"/> <requires lib="gtk" version="4.0"/>
<object class="GtkWindow"> <object class="GtkWindow">
</object> </object>
</interface> </interface>