diff options
author | Ted Gould <ted@gould.cx> | 2014-10-28 18:10:50 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-10-28 18:10:50 -0500 |
commit | 642c5d77b0d2fb42a6c9205e50592624542a813f (patch) | |
tree | a546e2f441a95d5296631fbfcd045992c0c9a30a /tests/indicator-test.cc | |
parent | b0ac3df28f96e54d0adca7ba32a4993faffc44d2 (diff) | |
download | ayatana-indicator-sound-642c5d77b0d2fb42a6c9205e50592624542a813f.tar.gz ayatana-indicator-sound-642c5d77b0d2fb42a6c9205e50592624542a813f.tar.bz2 ayatana-indicator-sound-642c5d77b0d2fb42a6c9205e50592624542a813f.zip |
Connect to binary and real name
Diffstat (limited to 'tests/indicator-test.cc')
-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 52b131d..9ebb121 100644 --- a/tests/indicator-test.cc +++ b/tests/indicator-test.cc @@ -26,7 +26,7 @@ class IndicatorTest : public IndicatorFixture { protected: IndicatorTest (void) : - IndicatorFixture("/test", "com.test") + IndicatorFixture(INDICATOR_SOUND_SERVICE_BINARY, "com.canonical.indicator.sound") { } |