diff options
author | Ted Gould <ted@gould.cx> | 2011-08-22 16:14:36 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-08-22 16:14:36 -0500 |
commit | abe4a9be07841b4eb735e32b47e86d67b16fddef (patch) | |
tree | 7be46af87b0bf636a6d4adcbe83c690e4c58d082 | |
parent | 5119e754260bc615509f625195aff42f92ed4a1f (diff) | |
download | libdbusmenu-abe4a9be07841b4eb735e32b47e86d67b16fddef.tar.gz libdbusmenu-abe4a9be07841b4eb735e32b47e86d67b16fddef.tar.bz2 libdbusmenu-abe4a9be07841b4eb735e32b47e86d67b16fddef.zip |
Adding disposition tests
-rw-r--r-- | tests/test-gtk-label.json | 21 |
1 files changed, 21 insertions, 0 deletions
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" + } + ] } ] |