aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.cpp')
-rw-r--r--tests/tests.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/tests.cpp b/tests/tests.cpp
index 46e04aab..bf394d8e 100644
--- a/tests/tests.cpp
+++ b/tests/tests.cpp
@@ -1190,6 +1190,9 @@ int main(int argc, char *argv[])
{
QCoreApplication app(argc, argv);
+ QXmppPresence pres;
+ pres.availableStatusType();
+
// run tests
int errors = 0;