aboutsummaryrefslogtreecommitdiff
path: root/tests/indicator-test.cc
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2014-11-04 18:28:06 -0600
committerTed Gould <ted@gould.cx>2014-11-04 18:28:06 -0600
commit210837e348e2e154dcd28d2f170f8291a18b3c71 (patch)
tree608980691cc23b43472b0cfd070829dc79259884 /tests/indicator-test.cc
parentd40397906cb1e04cb225598ae0faacb8019ebf90 (diff)
downloadayatana-indicator-sound-210837e348e2e154dcd28d2f170f8291a18b3c71.tar.gz
ayatana-indicator-sound-210837e348e2e154dcd28d2f170f8291a18b3c71.tar.bz2
ayatana-indicator-sound-210837e348e2e154dcd28d2f170f8291a18b3c71.zip
Add a test that goes further down the tree
Diffstat (limited to 'tests/indicator-test.cc')
-rw-r--r--tests/indicator-test.cc2
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");