Skip to content
Snippets Groups Projects
Commit 4e9d6d80 authored by Alexandre Savard's avatar Alexandre Savard
Browse files

[#4885] Deactivate siptest that require more than one sipp instance

parent 0f445526
Branches
Tags
No related merge requests found
...@@ -23,15 +23,14 @@ test_SOURCES = \ ...@@ -23,15 +23,14 @@ test_SOURCES = \
numbercleanertest.cpp \ numbercleanertest.cpp \
pluginmanagertest.h \ pluginmanagertest.h \
pluginmanagertest.cpp \ pluginmanagertest.cpp \
siptest.h \
siptest.cpp \
rtptest.h \ rtptest.h \
rtptest.cpp \ rtptest.cpp \
sdesnegotiatortest.h \ sdesnegotiatortest.h \
sdesnegotiatortest.cpp \ sdesnegotiatortest.cpp \
delaydetectiontest.h \ instantmessagingtest.h \
delaydetectiontest.cpp \ instantmessagingtest.cpp \
instantmessagingtest.cpp siptest.h \
siptest.cpp
LLIBS=$(CPPUNIT_LIBS) \ LLIBS=$(CPPUNIT_LIBS) \
../src/sflphoned-logger.o \ ../src/sflphoned-logger.o \
......
...@@ -54,11 +54,11 @@ class SIPTest : public CppUnit::TestCase { ...@@ -54,11 +54,11 @@ class SIPTest : public CppUnit::TestCase {
*/ */
CPPUNIT_TEST_SUITE( SIPTest ); CPPUNIT_TEST_SUITE( SIPTest );
CPPUNIT_TEST ( testSimpleOutgoingIpCall ); CPPUNIT_TEST ( testSimpleOutgoingIpCall );
CPPUNIT_TEST ( testSimpleIncomingIpCall ); // CPPUNIT_TEST ( testSimpleIncomingIpCall );
CPPUNIT_TEST ( testTwoOutgoingIpCall ); // CPPUNIT_TEST ( testTwoOutgoingIpCall );
// CPPUNIT_TEST ( testTwoIncomingIpCall ); // CPPUNIT_TEST ( testTwoIncomingIpCall );
CPPUNIT_TEST ( testHoldIpCall); // CPPUNIT_TEST ( testHoldIpCall);
CPPUNIT_TEST ( testIncomingIpCallSdp ); // CPPUNIT_TEST ( testIncomingIpCallSdp );
CPPUNIT_TEST_SUITE_END(); CPPUNIT_TEST_SUITE_END();
public: public:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment