diff options
author | Benjamin Otte <otte@redhat.com> | 2011-07-19 11:57:27 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2011-07-19 11:58:22 +0200 |
commit | 20c6acfc8d1871da220c4fbd7ecbaff66da22927 (patch) | |
tree | 9f3704950eb5d1e4e2bfa36a23575403a70a0642 /tests/reftests/messagedialog-secondarytext.ui | |
parent | 6aa000f65b86ee180b8ddb4dd9e4564e9f0b9752 (diff) | |
download | gtk+-20c6acfc8d1871da220c4fbd7ecbaff66da22927.tar.gz |
reftests: Add test for recent fix
https://bugzilla.gnome.org/show_bug.cgi?id=654678
Diffstat (limited to 'tests/reftests/messagedialog-secondarytext.ui')
-rw-r--r-- | tests/reftests/messagedialog-secondarytext.ui | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/reftests/messagedialog-secondarytext.ui b/tests/reftests/messagedialog-secondarytext.ui new file mode 100644 index 0000000000..ed1767bbb0 --- /dev/null +++ b/tests/reftests/messagedialog-secondarytext.ui @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<interface> + <!-- interface-requires gtk+ 3.0 --> + <object class="GtkMessageDialog" id="messagedialog1"> + <property name="can_focus">False</property> + <property name="border_width">5</property> + <property name="type">popup</property> + <property name="type_hint">dialog</property> + <property name="skip_taskbar_hint">True</property> + <property name="buttons">ok</property> + <property name="text" translatable="yes">Text</property> + <!-- We set the property multiple times on purpose here --> + <property name="secondary_text" translatable="yes">Secondary text #1</property> + <property name="secondary_text" translatable="yes">Secondary text #2</property> + <property name="secondary_text" translatable="yes">Secondary text #3</property> + <property name="secondary_text" translatable="yes">Secondary text #4</property> + <property name="secondary_text" translatable="yes">Secondary text #5</property> + </object> +</interface> |