diff options
Diffstat (limited to 'tests/tests.cpp')
| -rw-r--r-- | tests/tests.cpp | 2 |
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; |
