Bugzilla – Attachment 25084 Details for
Bug 8918
ILS-DI: HoldTitle and HoldItem do not calculate rank of hold
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8918: t/db_dependant/Reserves.t fails if marcflavour is UNIMARC
Bug-8918-tdbdependantReservest-fails-if-marcflavou.patch (text/plain), 888 bytes, created by
Julian Maurice
on 2014-02-06 14:47:30 UTC
(
hide
)
Description:
Bug 8918: t/db_dependant/Reserves.t fails if marcflavour is UNIMARC
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2014-02-06 14:47:30 UTC
Size:
888 bytes
patch
obsolete
>From b6ba01ba814dc1e5c8e0cb6de5da1d31e62ba968 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Thu, 6 Feb 2014 15:42:08 +0100 >Subject: [PATCH] Bug 8918: t/db_dependant/Reserves.t fails if marcflavour is > UNIMARC > >Set marcflavour to MARC21 to make tests pass. >--- > t/db_dependent/Reserves.t | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/t/db_dependent/Reserves.t b/t/db_dependent/Reserves.t >index 31708c2..1ea6f82 100755 >--- a/t/db_dependent/Reserves.t >+++ b/t/db_dependent/Reserves.t >@@ -51,6 +51,8 @@ $bib->append_fields( > MARC::Field->new('245', ' ', ' ', a => $title), > ); > my ($bibnum, $bibitemnum); >+# If marcflavour is UNIMARC, AddBiblio fails and all following tests fail too. >+C4::Context->set_preference('marcflavour', 'MARC21'); > ($bibnum, $title, $bibitemnum) = AddBiblio($bib, ''); > > # Helper item for that biblio. >-- >1.7.10.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 8918
:
12810
|
13472
|
13565
|
15435
|
17376
|
17881
|
17882
|
17888
|
17889
|
17890
|
21328
|
21329
|
21330
|
22731
|
22732
|
24863
|
24864
|
24880
|
24881
|
24882
|
24883
|
24884
|
24885
|
24886
|
24887
|
24888
|
24920
|
25080
|
25081
|
25082
|
25083
|
25084
|
25118
|
25119
|
25139
|
25140
|
25141
|
25142
|
25143
|
25144