diff options
| author | Linus Jahn <lnj@kaidan.im> | 2022-03-10 09:36:08 +0100 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2022-03-10 10:03:30 +0100 |
| commit | 686b7f7c2ab6b3987925241888fa387be35a97a8 (patch) | |
| tree | a8f79c68f804926732267792086d97005eb68a4c /tests | |
| parent | 523030f0751d69e4f33ee7dc3a4078e213ee94aa (diff) | |
| download | qxmpp-686b7f7c2ab6b3987925241888fa387be35a97a8.tar.gz | |
Rename MixItem.h to MixItems.h
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | tests/qxmppmixitems/tst_qxmppmixitems.cpp (renamed from tests/qxmppmixitem/tst_qxmppmixitem.cpp) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 960e09a4..56aa3b42 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -36,7 +36,7 @@ add_simple_test(qxmppiq) add_simple_test(qxmppjingleiq) add_simple_test(qxmppmammanager) add_simple_test(qxmppmixinvitation) -add_simple_test(qxmppmixitem) +add_simple_test(qxmppmixitems) add_simple_test(qxmppmessage) add_simple_test(qxmppmessagereceiptmanager) add_simple_test(qxmppmixiq) diff --git a/tests/qxmppmixitem/tst_qxmppmixitem.cpp b/tests/qxmppmixitems/tst_qxmppmixitems.cpp index d3a8168d..9affbbbf 100644 --- a/tests/qxmppmixitem/tst_qxmppmixitem.cpp +++ b/tests/qxmppmixitems/tst_qxmppmixitems.cpp @@ -140,4 +140,4 @@ void tst_QXmppMixItem::testIsParticipantItem() } QTEST_MAIN(tst_QXmppMixItem) -#include "tst_qxmppmixitem.moc" +#include "tst_qxmppmixitems.moc" |
