diff options
Diffstat (limited to 'tests/indicator-test.cc')
-rw-r--r-- | tests/indicator-test.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/indicator-test.cc b/tests/indicator-test.cc index fd2819e..c919e31 100644 --- a/tests/indicator-test.cc +++ b/tests/indicator-test.cc @@ -47,3 +47,9 @@ TEST_F(IndicatorTest, DesktopMenu) { EXPECT_MENU_ATTRIB({0}, "action", "indicator.root"); } + +TEST_F(IndicatorTest, SilentActions) { + setActions("/com/canonical/indicator/sound"); + + expectActionExists("indicator.root"); +} |