aboutsummaryrefslogtreecommitdiff
path: root/tests/indicator-test.cc
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2014-11-06 09:39:56 -0600
committerTed Gould <ted@gould.cx>2014-11-06 09:39:56 -0600
commitf4e23c3e41558406a2b9bb724dc533bb217410da (patch)
tree024cf7d6dd88196659f5b21bb486b26964cbd2b4 /tests/indicator-test.cc
parent9de0d60aee6e92700650ecd843345dd4964fbb06 (diff)
downloadayatana-indicator-sound-f4e23c3e41558406a2b9bb724dc533bb217410da.tar.gz
ayatana-indicator-sound-f4e23c3e41558406a2b9bb724dc533bb217410da.tar.bz2
ayatana-indicator-sound-f4e23c3e41558406a2b9bb724dc533bb217410da.zip
Shuffling around so that we can add additional mocks easily
Diffstat (limited to 'tests/indicator-test.cc')
-rw-r--r--tests/indicator-test.cc8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/indicator-test.cc b/tests/indicator-test.cc
index 47a95f3..5066558 100644
--- a/tests/indicator-test.cc
+++ b/tests/indicator-test.cc
@@ -30,6 +30,14 @@ protected:
{
}
+ virtual void SetUp() override
+ {
+ auto bustle = buildBustleMock("indicator-test.bustle");
+ addMock(bustle);
+
+ IndicatorFixture::SetUp();
+ }
+
};