diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-09-27 17:08:37 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-09-27 17:08:37 +0200 |
| commit | dab721b755ad39923bc49d183132514d4b39f3a8 (patch) | |
| tree | 874579b769a5b5f2e2b18f35629865eebe7b22b1 /tests/all/roster.h | |
| parent | 88f6ce979e30c0d3e0412bc6811ccc9d69eff7f3 (diff) | |
| download | qxmpp-dab721b755ad39923bc49d183132514d4b39f3a8.tar.gz | |
split some more tests out
Diffstat (limited to 'tests/all/roster.h')
| -rw-r--r-- | tests/all/roster.h | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/tests/all/roster.h b/tests/all/roster.h deleted file mode 100644 index 83240ec3..00000000 --- a/tests/all/roster.h +++ /dev/null @@ -1,34 +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_QXmppRosterIq : public QObject -{ - Q_OBJECT - -private slots: - void testItem_data(); - void testItem(); -}; - |
