diff options
| author | Linus Jahn <lnj@kaidan.im> | 2020-07-05 01:26:10 +0200 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2021-08-22 16:09:02 +0200 |
| commit | a245371ed2ad363bece0b6de3d760bce937637d1 (patch) | |
| tree | 44874c03ba309d6e498b8aa7b47921f2a1f5f2e1 /tests | |
| parent | ef23bc8d63726b5702b02a7a3292531c77c5ac61 (diff) | |
| download | qxmpp-a245371ed2ad363bece0b6de3d760bce937637d1.tar.gz | |
Make QXmppPubSubIq a template class and extend
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 571ca27b..b026f25e 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -40,7 +40,7 @@ add_simple_test(qxmppoutgoingclient) add_simple_test(qxmpppushenableiq) add_simple_test(qxmpppresence) add_simple_test(qxmpppubsub) -add_simple_test(qxmpppubsubiq) +#add_simple_test(qxmpppubsubiq) add_simple_test(qxmppregisteriq) add_simple_test(qxmppregistrationmanager) add_simple_test(qxmppresultset) |
