aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.cpp
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-07-18 11:56:17 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-07-18 11:56:17 +0200
commit8672a55c2896774f2ec8740285d3196d3914d7a2 (patch)
tree84ee4abe3d4fde3f5862b897a3b0e76c66225b7b /tests/tests.cpp
parent728901eab3d77595878ae1dc3defbcfbde6423a3 (diff)
downloadqxmpp-8672a55c2896774f2ec8740285d3196d3914d7a2.tar.gz
rename rtp tests
Diffstat (limited to 'tests/tests.cpp')
-rw-r--r--tests/tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tests.cpp b/tests/tests.cpp
index 5790c290..11f02108 100644
--- a/tests/tests.cpp
+++ b/tests/tests.cpp
@@ -1828,7 +1828,7 @@ int main(int argc, char *argv[])
TestRsm testRsm;
errors += QTest::qExec(&testRsm);
- TestRtp testRtp;
+ tst_QXmppRtpPacket testRtp;
errors += QTest::qExec(&testRtp);
TestServer testServer;