diff options
| author | Niels Ole Salscheider <niels_ole@salscheider-online.de> | 2017-09-04 18:40:20 +0200 |
|---|---|---|
| committer | Niels Ole Salscheider <niels_ole@salscheider-online.de> | 2017-09-04 20:34:53 +0200 |
| commit | 646e71d3fc42bd4dfe7f90b5c7b7e3e383caae05 (patch) | |
| tree | 758f53e4c8a5b69c0f1d22f1b3f95b27aa01cbf9 /tests/qxmpputils/tst_qxmpputils.cpp | |
| parent | b71c01824c1637ad75248f5ce46fb4be6032ffc1 (diff) | |
| download | qxmpp-646e71d3fc42bd4dfe7f90b5c7b7e3e383caae05.tar.gz | |
Drop the version string test
It is just stupid to adjust this...
Diffstat (limited to 'tests/qxmpputils/tst_qxmpputils.cpp')
| -rw-r--r-- | tests/qxmpputils/tst_qxmpputils.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/qxmpputils/tst_qxmpputils.cpp b/tests/qxmpputils/tst_qxmpputils.cpp index b2359d57..6a3958f0 100644 --- a/tests/qxmpputils/tst_qxmpputils.cpp +++ b/tests/qxmpputils/tst_qxmpputils.cpp @@ -35,7 +35,6 @@ private slots: void testHmac(); void testJid(); void testMime(); - void testLibVersion(); void testTimezoneOffset(); }; @@ -112,11 +111,6 @@ void tst_QXmppUtils::testMime() } #endif -void tst_QXmppUtils::testLibVersion() -{ - QCOMPARE(QXmppVersion(), QString("0.9.3")); -} - void tst_QXmppUtils::testTimezoneOffset() { // parsing |
