aboutsummaryrefslogtreecommitdiff
path: root/tests/all/register.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-09-27 17:08:37 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-09-27 17:08:37 +0200
commitdab721b755ad39923bc49d183132514d4b39f3a8 (patch)
tree874579b769a5b5f2e2b18f35629865eebe7b22b1 /tests/all/register.h
parent88f6ce979e30c0d3e0412bc6811ccc9d69eff7f3 (diff)
downloadqxmpp-dab721b755ad39923bc49d183132514d4b39f3a8.tar.gz
split some more tests out
Diffstat (limited to 'tests/all/register.h')
-rw-r--r--tests/all/register.h37
1 files changed, 0 insertions, 37 deletions
diff --git a/tests/all/register.h b/tests/all/register.h
deleted file mode 100644
index 4c54e8c7..00000000
--- a/tests/all/register.h
+++ /dev/null
@@ -1,37 +0,0 @@
-/*
- * Copyright (C) 2008-2012 The QXmpp developers
- *
- * Author:
- * Jeremy Lainé
- *
- * Source:
- * http://code.google.com/p/qxmpp
- *
- * This file is a part of QXmpp library.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- */
-
-#include <QObject>
-
-class tst_QXmppRegisterIq : public QObject
-{
- Q_OBJECT
-
-private slots:
- void testGet();
- void testResult();
- void testResultWithForm();
- void testSet();
- void testSetWithForm();
-};
-