diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-09-27 15:37:05 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-09-27 15:37:05 +0200 |
| commit | 42b6f0eca69e5ca1b23750a6baba3fb9b66e7b26 (patch) | |
| tree | 8acdb3e1a43572d4e15d8e9bd4f90ec364e2e232 /tests/all/dataform.h | |
| parent | 13d9d646f76725c09d74f7e8f3f996b6ca290187 (diff) | |
| download | qxmpp-42b6f0eca69e5ca1b23750a6baba3fb9b66e7b26.tar.gz | |
split QXmppDataForm tests
Diffstat (limited to 'tests/all/dataform.h')
| -rw-r--r-- | tests/all/dataform.h | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/tests/all/dataform.h b/tests/all/dataform.h deleted file mode 100644 index d5461237..00000000 --- a/tests/all/dataform.h +++ /dev/null @@ -1,36 +0,0 @@ -/* - * Copyright (C) 2008-2012 The QXmpp developers - * - * Authors: - * Andrey Batyiev - * 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_QXmppDataForm : public QObject -{ - Q_OBJECT - -private slots: - void testSimple(); - void testSubmit(); - void testMedia(); -}; - |
