aboutsummaryrefslogtreecommitdiff
path: root/tests/test-rotation-lock.cpp
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2016-03-04 12:40:23 -0600
committerCharles Kerr <charles.kerr@canonical.com>2016-03-04 12:40:23 -0600
commitb1be45c3b8cef5fede101985a26363319f3a9645 (patch)
treeba5d2d564414c3d0ad1f076a8839e9e701d5436b /tests/test-rotation-lock.cpp
parent9cf0f21373db99aaece2795bb7d947ba18b96957 (diff)
downloadayatana-indicator-display-b1be45c3b8cef5fede101985a26363319f3a9645.tar.gz
ayatana-indicator-display-b1be45c3b8cef5fede101985a26363319f3a9645.tar.bz2
ayatana-indicator-display-b1be45c3b8cef5fede101985a26363319f3a9645.zip
update glib/dbus test fixtures from indicator-datetime/15.10 branch
Diffstat (limited to 'tests/test-rotation-lock.cpp')
-rw-r--r--tests/test-rotation-lock.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test-rotation-lock.cpp b/tests/test-rotation-lock.cpp
index 946b1dd..b8661cc 100644
--- a/tests/test-rotation-lock.cpp
+++ b/tests/test-rotation-lock.cpp
@@ -17,14 +17,14 @@
* Charles Kerr <charles.kerr@canonical.com>
*/
-#include "gtestdbus-fixture.h"
+#include "test-dbus-fixture.h"
#include <src/rotation-lock.h>
-class RotationLockFixture: public GTestDBusFixture
+class RotationLockFixture: public TestDBusFixture
{
private:
- typedef GTestDBusFixture super;
+ typedef TestDBusFixture super;
protected: