Revert "making assumptions here about valid patron and valid patron password fields...
authorJason Etheridge <jason@EquinoxOLI.org>
Wed, 23 Nov 2022 19:05:42 +0000 (14:05 -0500)
committerJason Etheridge <jason@EquinoxOLI.org>
Wed, 23 Nov 2022 19:32:21 +0000 (14:32 -0500)
This reverts commit e796e2e2cb3615fd92c6871bba4a7e113f3006a9.

t/02patron_info.t

index bc919aa..e10ec5e 100755 (executable)
@@ -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,