diff options
| author | Ted Gould <ted@gould.cx> | 2014-11-04 18:28:06 -0600 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2014-11-04 18:28:06 -0600 |
| commit | 210837e348e2e154dcd28d2f170f8291a18b3c71 (patch) | |
| tree | 608980691cc23b43472b0cfd070829dc79259884 | |
| parent | d40397906cb1e04cb225598ae0faacb8019ebf90 (diff) | |
| download | ayatana-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
| -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"); |
