From 8672a55c2896774f2ec8740285d3196d3914d7a2 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Wed, 18 Jul 2012 11:56:17 +0200 Subject: rename rtp tests --- tests/tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/tests.cpp') 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; -- cgit v1.2.3