diff options
author | Lars Uebernickel <lars@uebernic.de> | 2015-09-09 18:16:41 +0200 |
---|---|---|
committer | Lars Uebernickel <lars@uebernic.de> | 2015-09-09 18:16:41 +0200 |
commit | ec001e64b2225a3c80b7e89d9a570728fcbca830 (patch) | |
tree | 30705f0a3f047a46020c7204397649ff2c609936 /tests | |
parent | 046cd3a7dd67935eac5f8377996423c434f44419 (diff) | |
download | ayatana-indicator-datetime-ec001e64b2225a3c80b7e89d9a570728fcbca830.tar.gz ayatana-indicator-datetime-ec001e64b2225a3c80b7e89d9a570728fcbca830.tar.bz2 ayatana-indicator-datetime-ec001e64b2225a3c80b7e89d9a570728fcbca830.zip |
state-fixture: use TestDBusFixture for system bus
Diffstat (limited to 'tests')
-rw-r--r-- | tests/state-fixture.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/state-fixture.h b/tests/state-fixture.h index e466a79..341df8b 100644 --- a/tests/state-fixture.h +++ b/tests/state-fixture.h @@ -20,7 +20,7 @@ #ifndef INDICATOR_DATETIME_TESTS_STATE_FIXTURE_H #define INDICATOR_DATETIME_TESTS_STATE_FIXTURE_H -#include "glib-fixture.h" +#include "test-dbus-fixture.h" #include "actions-mock.h" #include "state-mock.h" @@ -33,10 +33,10 @@ namespace datetime { **** ***/ -class StateFixture: public GlibFixture +class StateFixture: public TestDBusFixture { private: - typedef GlibFixture super; + typedef TestDBusFixture super; public: virtual ~StateFixture() =default; |