projects
/
working
/
SIPServer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20c4364
)
Tighten up test for value of the BX field in the ACS status message
author
djfiander
<djfiander>
Mon, 28 Aug 2006 22:01:54 +0000
(22:01 +0000)
committer
djfiander
<djfiander>
Mon, 28 Aug 2006 22:01:54 +0000
(22:01 +0000)
t/SIPtest.pm
patch
|
blob
|
history
diff --git
a/t/SIPtest.pm
b/t/SIPtest.pm
index
03a9d3e
..
dc3d514
100644
(file)
--- a/
t/SIPtest.pm
+++ b/
t/SIPtest.pm
@@
-130,7
+130,7
@@
our $sc_status_test = { id => 'SC status',
pat => $textpat,
required => 0, },
{ field => 'BX',
- pat => qr/^[YN]
+
$/,
+ pat => qr/^[YN]
{16}
$/,
required => 1, },
{ field => 'AN',
pat => $textpat,