aboutsummaryrefslogtreecommitdiff
path: root/tests/indicator-test.cc
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2014-11-06 09:48:22 -0600
committerTed Gould <ted@gould.cx>2014-11-06 09:48:22 -0600
commit36f7456285da6f55126396e004776b4da3290443 (patch)
tree8aaefbc4a32b514b97988c7c999b317685620b60 /tests/indicator-test.cc
parentf4e23c3e41558406a2b9bb724dc533bb217410da (diff)
downloadayatana-indicator-sound-36f7456285da6f55126396e004776b4da3290443.tar.gz
ayatana-indicator-sound-36f7456285da6f55126396e004776b4da3290443.tar.bz2
ayatana-indicator-sound-36f7456285da6f55126396e004776b4da3290443.zip
Adding in an accounts services mock
Diffstat (limited to 'tests/indicator-test.cc')
-rw-r--r--tests/indicator-test.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/indicator-test.cc b/tests/indicator-test.cc
index 5066558..6e3c6de 100644
--- a/tests/indicator-test.cc
+++ b/tests/indicator-test.cc
@@ -21,6 +21,7 @@
#include <gio/gio.h>
#include "indicator-fixture.h"
+#include "accounts-service-mock.h"
class IndicatorTest : public IndicatorFixture
{
@@ -35,6 +36,9 @@ protected:
auto bustle = buildBustleMock("indicator-test.bustle");
addMock(bustle);
+ AccountsServiceMock as;
+ addMock(as);
+
IndicatorFixture::SetUp();
}