diff options
author | Ted Gould <ted@gould.cx> | 2014-11-06 09:48:22 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-11-06 09:48:22 -0600 |
commit | 36f7456285da6f55126396e004776b4da3290443 (patch) | |
tree | 8aaefbc4a32b514b97988c7c999b317685620b60 /tests/indicator-fixture.h | |
parent | f4e23c3e41558406a2b9bb724dc533bb217410da (diff) | |
download | ayatana-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-fixture.h')
-rw-r--r-- | tests/indicator-fixture.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/indicator-fixture.h b/tests/indicator-fixture.h index 0c07159..97028e3 100644 --- a/tests/indicator-fixture.h +++ b/tests/indicator-fixture.h @@ -111,7 +111,7 @@ class IndicatorFixture : public ::testing::Test run.reset(); } - void addMock (std::shared_ptr<DbusTestTask>& mock) + void addMock (std::shared_ptr<DbusTestTask> mock) { _mocks.push_back(mock); } |