diff options
author | Matthias Clasen <mclasen@redhat.com> | 2012-03-05 15:37:49 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2012-03-05 15:37:49 -0500 |
commit | 563eff4dfbbf9894f6c003682431eba832ce699b (patch) | |
tree | 907fb16d984e9576db8569de537a7f2f1d49b117 /tests | |
parent | 6416385e47ebc1c4dcd2d1f744c67145f60cbc24 (diff) | |
download | gtk+-563eff4dfbbf9894f6c003682431eba832ce699b.tar.gz |
Remove broken quit-mnemonic reftest
Diffstat (limited to 'tests')
-rw-r--r-- | tests/reftests/quit-mnemonic.ref.ui | 19 | ||||
-rw-r--r-- | tests/reftests/quit-mnemonic.ui | 43 |
2 files changed, 0 insertions, 62 deletions
diff --git a/tests/reftests/quit-mnemonic.ref.ui b/tests/reftests/quit-mnemonic.ref.ui deleted file mode 100644 index 3c8ff8c36f..0000000000 --- a/tests/reftests/quit-mnemonic.ref.ui +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<interface> - <!-- interface-requires gtk+ 3.0 --> - <object class="GtkWindow" id="window1"> - <property name="can_focus">False</property> - <property name="type">popup</property> - <child> - <object class="GtkLabel" id="label1"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="label" translatable="yes">Quit -</property> - <attributes> - <attribute name="underline" value="low" start="0" end="1"/> - </attributes> - </object> - </child> - </object> -</interface> diff --git a/tests/reftests/quit-mnemonic.ui b/tests/reftests/quit-mnemonic.ui deleted file mode 100644 index 128e33a191..0000000000 --- a/tests/reftests/quit-mnemonic.ui +++ /dev/null @@ -1,43 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<interface> - <!-- interface-requires gtk+ 3.0 --> - <object class="GtkWindow" id="window1"> - <property name="can_focus">False</property> - <property name="type">popup</property> - <child> - <object class="GtkGrid" id="grid1"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <child> - <object class="GtkLabel" id="label1"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="label" translatable="yes">Quit</property> - <attributes> - <attribute name="underline" value="low" start="0" end="1"/> - </attributes> - </object> - <packing> - <property name="left_attach">0</property> - <property name="top_attach">0</property> - <property name="width">1</property> - <property name="height">1</property> - </packing> - </child> - <child> - <object class="GtkLabel" id="label2"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="label" translatable="yes"> </property> - </object> - <packing> - <property name="left_attach">0</property> - <property name="top_attach">1</property> - <property name="width">1</property> - <property name="height">1</property> - </packing> - </child> - </object> - </child> - </object> -</interface> |