Skip to content

Commit

Permalink
FIX: Fixed SIPp#260 testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
pbertera committed Oct 1, 2016
1 parent 97ae251 commit 6cc918c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ wait $job || status=1
if test $status -eq 0; then
if grep -e '^Last From tag is FromSIPpTag001$' > /dev/null uas.log &&\
grep -e '^Last To tag is ToSIPpTag001$' > /dev/null uas.log &&\
grep -r '^Last Contact URI is sip:[email protected]:5060;line=123$' > /dev/null uas.log ; then
grep -e '^Last Contact URI is sip:[email protected]:5060;line=123$' > /dev/null uas.log ; then
ok
else
fail "From or To tag or Contact URI not found"
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 6cc918c

Please sign in to comment.