diff options
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 |
