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:
c938e14
)
making assumptions here about valid patron and valid patron password fields when...
author
Jason Etheridge
<jason@EquinoxOLI.org>
Wed, 25 May 2022 12:27:03 +0000
(08:27 -0400)
committer
Jason Etheridge
<jason@EquinoxOLI.org>
Thu, 26 May 2022 19:26:04 +0000
(15:26 -0400)
Signed-off-by: Jason Etheridge <jason@EquinoxOLI.org>
t/02patron_info.t
patch
|
blob
|
history
diff --git
a/t/02patron_info.t
b/t/02patron_info.t
index
58853e0
..
2c54e4e
100755
(executable)
--- a/
t/02patron_info.t
+++ b/
t/02patron_info.t
@@
-172,15
+172,15
@@
sub create_invalid_patron_tests {
$SIPtest::field_specs{ (FID_SCREEN_MSG) },
$SIPtest::field_specs{ (FID_PRINT_LINE) },
{ field => FID_PATRON_ID,
- pat => qr/^$/,
+ pat => qr/^$
user_barcode$
/,
required => 1,
},
{ field => FID_PERSONAL_NAME,
- pat => qr/^$
user_fullname$
/,
+ pat => qr/^$/,
required => 1,
},
{ field => FID_VALID_PATRON,
- pat => qr/^
Y
$/,
+ pat => qr/^
N
$/,
required => 1,
},
{ field => FID_VALID_PATRON_PWD,