Commit 307c635e authored by baire's avatar baire
Browse files

update TC_DBLREQ to return pass and ignore the second message (this is a SA issue)

parent 1e073c3c
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -279,7 +279,10 @@ module SipTorture_TestCases
		{
			[]sipPort.receive(REGISTER_Request:?)
			{
				setverdict(inconc);
				// assume that there is only one request
				// (it is the responsibility of the SA to chop
				//  the stream into seperate SIP message)
				setverdict(pass);
			}
			[]sipPort.receive
			{