From: djfiander Date: Mon, 28 Aug 2006 22:01:54 +0000 (+0000) Subject: Tighten up test for value of the BX field in the ACS status message X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=4b3b57dc57564916fcb538ceb5e36c6369f9d344;p=working%2FSIPServer.git Tighten up test for value of the BX field in the ACS status message --- 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,