Commit d780d42d authored by baire's avatar baire
Browse files

renamed the newly validated tests

parent d7e983f1
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -303,7 +303,7 @@ module SipTorture_TestCases
		}
	}

	testcase TC_ESC01() runs on SipSimuEx
	testcase TC_ESC01_V() runs on SipSimuEx
	{
		tc_defaultTimeout.start;
		alt
@@ -327,7 +327,7 @@ module SipTorture_TestCases
		}
	}

	testcase TC_ESC02() runs on SipSimuEx
	testcase TC_ESC02_V() runs on SipSimuEx
	{
		tc_defaultTimeout.start;
		alt
@@ -371,7 +371,7 @@ module SipTorture_TestCases
		}
	}

	// NOTE: TC_ESCRURI is defined as a negative test
	// NOTE: TC_ESCRURI_V is defined as a negative test
	// because "This INVITE is malformed, as the SIP Request-URI
	//          contains escaped headers."
	//
@@ -380,7 +380,7 @@ module SipTorture_TestCases
	//     The Request-URI MUST NOT contain unescaped spaces or control
	//     characters and MUST NOT be enclosed in "<>".

	testcase TC_ESCRURI() runs on SipSimuEx
	testcase TC_ESCRURI_V() runs on SipSimuEx
	{
		tc_defaultTimeout.start;
		alt
@@ -839,7 +839,7 @@ module SipTorture_TestCases
		}
	}

	testcase TC_REGESCRT() runs on SipSimuEx
	testcase TC_REGESCRT_V() runs on SipSimuEx
	{
		tc_defaultTimeout.start;
		alt
@@ -1162,10 +1162,10 @@ module SipTorture_TestCases
		// 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_ESC01_V());
		execute (TC_ESC02_V());
		execute (TC_ESCNULL());
		execute (TC_ESCRURI());
		execute (TC_ESCRURI_V());
		execute (TC_INSUF_I());
		execute (TC_INTMETH());
		execute (TC_INV2543_I());
@@ -1186,7 +1186,7 @@ module SipTorture_TestCases
		execute (TC_QUOTBAL_I());
		execute (TC_REGAUT01_V());
		execute (TC_REGBADCT_I());
		execute (TC_REGESCRT());
		execute (TC_REGESCRT_V());
		execute (TC_SCALAR02_V());
		execute (TC_SCALARLG_V());
		execute (TC_SDP01_V());