aboutsummaryrefslogtreecommitdiff
path: root/tests/indicator-test.cc
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2014-11-05 10:59:25 -0600
committerTed Gould <ted@gould.cx>2014-11-05 10:59:25 -0600
commit292c19d6e75ee4fa83b71cea3820d0efa6ecc5b0 (patch)
treea3490ac944779cbcc1e98c928c38fcfaeed39a1f /tests/indicator-test.cc
parent629fb9872de0626e957489b177f36e025f996abe (diff)
downloadayatana-indicator-sound-292c19d6e75ee4fa83b71cea3820d0efa6ecc5b0.tar.gz
ayatana-indicator-sound-292c19d6e75ee4fa83b71cea3820d0efa6ecc5b0.tar.bz2
ayatana-indicator-sound-292c19d6e75ee4fa83b71cea3820d0efa6ecc5b0.zip
Fix waiting on actions to count the number of actions
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 c919e31..7d122ee 100644
--- a/tests/indicator-test.cc
+++ b/tests/indicator-test.cc
@@ -51,5 +51,5 @@ TEST_F(IndicatorTest, DesktopMenu) {
TEST_F(IndicatorTest, SilentActions) {
setActions("/com/canonical/indicator/sound");
- expectActionExists("indicator.root");
+ expectActionExists("root");
}