From 4b3b57dc57564916fcb538ceb5e36c6369f9d344 Mon Sep 17 00:00:00 2001 From: djfiander Date: Mon, 28 Aug 2006 22:01:54 +0000 Subject: [PATCH] Tighten up test for value of the BX field in the ACS status message --- t/SIPtest.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/SIPtest.pm b/t/SIPtest.pm index 03a9d3e..dc3d514 100644 --- 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, -- 2.11.0