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/test-gtk-label.json') 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