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:
73ac214
)
Revert "making assumptions here about valid patron and valid patron password fields...
author
Jason Etheridge
<jason@EquinoxOLI.org>
Wed, 23 Nov 2022 19:05:42 +0000
(14:05 -0500)
committer
Jason Etheridge
<jason@EquinoxOLI.org>
Wed, 23 Nov 2022 19:32:21 +0000
(14:32 -0500)
This reverts commit
e796e2e2cb3615fd92c6871bba4a7e113f3006a9
.
t/02patron_info.t
patch
|
blob
|
history
diff --git
a/t/02patron_info.t
b/t/02patron_info.t
index
bc919aa
..
e10ec5e
100755
(executable)
--- 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,