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:
d3fdf4f
)
Revert "blank and invalid patron for now, revisit"
author
Jason Etheridge
<jason@EquinoxOLI.org>
Wed, 23 Nov 2022 18:24:12 +0000
(13:24 -0500)
committer
Jason Etheridge
<jason@EquinoxOLI.org>
Wed, 23 Nov 2022 18:24:12 +0000
(13:24 -0500)
This reverts commit
45430c0404250ee6d199fa8582867a072f3c9d9c
.
t/01patron_status.t
patch
|
blob
|
history
diff --git
a/t/01patron_status.t
b/t/01patron_status.t
index
7e05462
..
e85f302
100755
(executable)
--- a/
t/01patron_status.t
+++ b/
t/01patron_status.t
@@
-61,7
+61,7
@@
my @tests = (
pat => qr/^24[ Y]{14}\d{3}$datepat/,
fields => [
{ field => FID_PERSONAL_NAME,
- pat => qr/^$/o,
+ pat => qr/^$
user_fullname$
/o,
required => 1, },
{ field => FID_PATRON_ID,
pat => qr/^$user_barcode$/o,
@@
-73,7
+73,7
@@
my @tests = (
pat => qr/^N$/,
required => 1, },
{ field => FID_VALID_PATRON,
- pat => qr/^
N
$/,
+ pat => qr/^
Y
$/,
required => 1, },
], },
{ id => 'invalid Patron Status',