From 2ade36aa7ca6b8b5f8e8fc80df6bf67d4328a855 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Wed, 23 Nov 2022 14:05:42 -0500 Subject: [PATCH] Revert "making assumptions here about valid patron and valid patron password fields when querying with combinations of bad barcodes and passwords" This reverts commit e796e2e2cb3615fd92c6871bba4a7e113f3006a9. --- t/02patron_info.t | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/t/02patron_info.t b/t/02patron_info.t index bc919aa..e10ec5e 100755 --- a/t/02patron_info.t +++ b/t/02patron_info.t @@ -173,17 +173,17 @@ sub create_invalid_patron_tests { $SIPtest::field_specs{ (FID_SCREEN_MSG) }, $SIPtest::field_specs{ (FID_PRINT_LINE) }, { field => FID_PATRON_ID, - pat => qr/^$user_barcode$/, + pat => qr/^$/, required => 1, just_warn => 1, }, { field => FID_PERSONAL_NAME, - pat => qr/^$/, + pat => qr/^$user_fullname$/, required => 1, just_warn => 1, }, { field => FID_VALID_PATRON, - pat => qr/^N$/, + pat => qr/^Y$/, required => 1, }, { field => FID_VALID_PATRON_PWD, -- 2.11.0