diff options
author | Ted Gould <ted@gould.cx> | 2014-11-24 16:50:32 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-11-24 16:50:32 -0600 |
commit | b8a464bcc19809a4d60b444e0280e550912fc59c (patch) | |
tree | 49325c90b5a1a02e2493f2e26cc24b03ccba869c /tests/indicator-test.cc | |
parent | 7ecd6e0f9364c72e25ce6c3263229f3e34fa9296 (diff) | |
download | ayatana-indicator-sound-b8a464bcc19809a4d60b444e0280e550912fc59c.tar.gz ayatana-indicator-sound-b8a464bcc19809a4d60b444e0280e550912fc59c.tar.bz2 ayatana-indicator-sound-b8a464bcc19809a4d60b444e0280e550912fc59c.zip |
Turn off the debugging mocks
Diffstat (limited to 'tests/indicator-test.cc')
-rw-r--r-- | tests/indicator-test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/indicator-test.cc b/tests/indicator-test.cc index 9e54c46..073e037 100644 --- a/tests/indicator-test.cc +++ b/tests/indicator-test.cc @@ -33,8 +33,8 @@ protected: virtual void SetUp() override { - addMock(buildBustleMock("indicator-test-session.bustle", DBUS_TEST_SERVICE_BUS_SESSION)); - addMock(buildBustleMock("indicator-test-system.bustle", DBUS_TEST_SERVICE_BUS_SYSTEM)); + //addMock(buildBustleMock("indicator-test-session.bustle", DBUS_TEST_SERVICE_BUS_SESSION)); + //addMock(buildBustleMock("indicator-test-system.bustle", DBUS_TEST_SERVICE_BUS_SYSTEM)); AccountsServiceMock as; addMock(as); |