From abe4a9be07841b4eb735e32b47e86d67b16fddef Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 22 Aug 2011 16:14:36 -0500 Subject: Adding disposition tests --- tests/test-gtk-label.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'tests') diff --git a/tests/test-gtk-label.json b/tests/test-gtk-label.json index 0189fbe..e1abff1 100644 --- a/tests/test-gtk-label.json +++ b/tests/test-gtk-label.json @@ -367,5 +367,26 @@ QmCC", "toggle-state": -1 } ] + }, + {"id": 1, "type": "standard", + "label": "value1", + "submenu": [ + {"id": 60, + "label": "Disposition Normal", + "disposition": "normal" + }, + {"id": 61, + "label": "Disposition Info", + "disposition": "informational" + }, + {"id": 62, + "label": "Disposition Warning", + "disposition": "warning" + }, + {"id": 63, + "label": "Disposition Alert", + "disposition": "alert" + } + ] } ] -- cgit v1.2.3 From c9245e5be5eba930ebb83b6dc1ac3f0ba30ca4a6 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 22 Aug 2011 16:17:37 -0500 Subject: Adding in a mnemonic test --- tests/test-gtk-label.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'tests') diff --git a/tests/test-gtk-label.json b/tests/test-gtk-label.json index e1abff1..86d18e8 100644 --- a/tests/test-gtk-label.json +++ b/tests/test-gtk-label.json @@ -388,5 +388,37 @@ QmCC", "disposition": "alert" } ] + }, + {"id": 1, "type": "standard", + "label": "value1", + "submenu": [ + {"id": 70, + "label": "_Mnemonic" + }, + {"id": 71, + "label": "M_nemonic" + }, + {"id": 72, + "label": "Mn_emonic" + }, + {"id": 73, + "label": "Mne_monic" + }, + {"id": 74, + "label": "Mnem_onic" + }, + {"id": 75, + "label": "Mnemo_nic" + }, + {"id": 76, + "label": "Mnemon_ic" + }, + {"id": 77, + "label": "Mnemoni_c" + }, + {"id": 78, + "label": "__Underline__" + } + ] } ] -- cgit v1.2.3