summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-01-07 18:27:39 -0200
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-01-07 18:27:39 -0200
commit247ff371ff73f61e3830bde6a7bcebe569d26d7a (patch)
tree03cc0ceb83cf54364f4b21bce3444b9edad45c70 /tests
parent21e181f15eca634c66ff1c849e175577fe56aa01 (diff)
Properly register types when running tests.
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/test.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/lib/test.cpp b/tests/lib/test.cpp
index d94d0e0..80cfb6b 100644
--- a/tests/lib/test.cpp
+++ b/tests/lib/test.cpp
@@ -4,6 +4,8 @@
#include <QtCore/QTimer>
+#include <TelepathyQt4Yell/Types>
+
#include <TelepathyQt4/Types>
#include <TelepathyQt4/Debug>
#include <TelepathyQt4/DBus>
@@ -29,6 +31,7 @@ Test::~Test()
void Test::initTestCaseImpl()
{
Tp::registerTypes();
+ Tpy::registerTypes();
Tp::enableDebug(true);
Tp::enableWarnings(true);