aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.cpp')
-rw-r--r--tests/tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tests.cpp b/tests/tests.cpp
index 875448ad..2899fbe1 100644
--- a/tests/tests.cpp
+++ b/tests/tests.cpp
@@ -132,7 +132,7 @@ void TestUtils::testMime()
void TestUtils::testLibVersion()
{
- QCOMPARE(QXmppVersion(), QString("0.3.0_unreleased"));
+ QCOMPARE(QXmppVersion(), QString("0.2.90"));
}
template <class T>