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:
a511d8a
)
BL is not expected for Checkout Response
author
Jason Etheridge
<jason@EquinoxOLI.org>
Thu, 26 May 2022 16:10:08 +0000
(12:10 -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/03checkout.t
patch
|
blob
|
history
diff --git
a/t/03checkout.t
b/t/03checkout.t
index
24ffd06
..
a6abbc8
100755
(executable)
--- a/
t/03checkout.t
+++ b/
t/03checkout.t
@@
-164,10
+164,7
@@
$test->{fields} = [
required => 1, },
{ field => FID_DUE_DATE,
pat => qr/^$/,
- required => 1, },
- { field => FID_VALID_PATRON,
- pat => qr/^Y$/,
- required => 1, },
+ required => 1, }
];
push @tests, $test;
@@
-193,10
+190,7
@@
$test->{fields} = [
required => 1, },
{ field => FID_DUE_DATE,
pat => qr/^$/,
- required => 1, },
- { field => FID_VALID_PATRON,
- pat => qr/^N$/,
- required => 1, },
+ required => 1, }
];
push @tests, $test;