diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-07 11:05:07 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-07 11:05:07 +0000 |
| commit | 4272721ebc6cd2b0050d48535d5fafa964982ef4 (patch) | |
| tree | 5904dd0577f09c113733169c0751c7f4d12dcdfb /tests/tests.h | |
| parent | b4c7d9a00280886971f01f5de922416899008b35 (diff) | |
| download | qxmpp-4272721ebc6cd2b0050d48535d5fafa964982ef4.tar.gz | |
tests for QXmppVersionIq
Diffstat (limited to 'tests/tests.h')
| -rw-r--r-- | tests/tests.h | 5 |
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 |
