Commit 5a5c9440 authored by baire's avatar baire
Browse files

disabled TC_DBLREQ because it is not a codec issue

parent 6d1653b8
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -1127,7 +1127,10 @@ module SipTorture_TestCases
		execute (TC_CLERR());
		execute (TC_CPARAM01());
		execute (TC_CPARAM02());
		execute (TC_DBLREQ());

		// TC_DBLREQ is disabled because splitting a message into multiple requests is not 
		// a codec issue but a system adapter issue
		// execute (TC_DBLREQ());
		execute (TC_ESC01());
		execute (TC_ESC02());
		execute (TC_ESCNULL());