aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.h
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2010-09-07 11:05:07 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2010-09-07 11:05:07 +0000
commit4272721ebc6cd2b0050d48535d5fafa964982ef4 (patch)
tree5904dd0577f09c113733169c0751c7f4d12dcdfb /tests/tests.h
parentb4c7d9a00280886971f01f5de922416899008b35 (diff)
downloadqxmpp-4272721ebc6cd2b0050d48535d5fafa964982ef4.tar.gz
tests for QXmppVersionIq
Diffstat (limited to 'tests/tests.h')
-rw-r--r--tests/tests.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/tests.h b/tests/tests.h
index e86973e7..8618a54a 100644
--- a/tests/tests.h
+++ b/tests/tests.h
@@ -1,8 +1,9 @@
/*
* Copyright (C) 2008-2010 The QXmpp developers
*
- * Author:
+ * Authors:
* Jeremy Lainé
+ * Manjeet Dahiya
*
* Source:
* http://code.google.com/p/qxmpp
@@ -57,6 +58,8 @@ private slots:
void testSession();
void testStreamFeatures();
void testVCard();
+ void testVersionGet();
+ void testVersionResult();
};
class TestJingle : public QObject