diff options
author | Ted Gould <ted@gould.cx> | 2014-11-06 09:39:56 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-11-06 09:39:56 -0600 |
commit | f4e23c3e41558406a2b9bb724dc533bb217410da (patch) | |
tree | 024cf7d6dd88196659f5b21bb486b26964cbd2b4 /tests/indicator-test.cc | |
parent | 9de0d60aee6e92700650ecd843345dd4964fbb06 (diff) | |
download | ayatana-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.cc | 8 |
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(); + } + }; |