diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/indicator-test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/indicator-test.cc b/tests/indicator-test.cc index aac8cb0..6bc16cb 100644 --- a/tests/indicator-test.cc +++ b/tests/indicator-test.cc @@ -39,7 +39,7 @@ TEST_F(IndicatorTest, StartStop) { EXPECT_MENU_ATTRIB({0}, "action", "indicator.root"); EXPECT_MENU_ATTRIB({0}, "x-canonical-type", "com.canonical.indicator.root"); - // EXPECT_MENU_ATTRIB({0, 0, 0}, "action", "indicator.silent-mode"); + expectMenuAttribute({0, 0, 0}, "action", "indicator.silent-mode"); setMenu("/com/canonical/indicator/sound/desktop"); EXPECT_MENU_ATTRIB({0}, "action", "indicator.root"); |