tests: Fix a default-related test

The test was setting has-default, but testing
receives-default.
This commit is contained in:
Matthias Clasen 2019-04-28 23:40:57 +00:00
parent 92e21c3f1c
commit bf7d1e7b5a

View File

@ -1468,7 +1468,7 @@ test_widget (void)
" <object class=\"GtkWindow\" id=\"window1\">"
" <child>"
" <object class=\"GtkButton\" id=\"button1\">"
" <property name=\"has-default\">True</property>"
" <property name=\"receives-default\">True</property>"
" </object>"
" </child>"
" </object>"