Bugzilla – Attachment 49735 Details for
Bug 16172
OAI Server tests broken by bug 15946
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16172: fix OAI Server tests broken by bug 15946
Bug-16172-fix-OAI-Server-tests-broken-by-bug-15946.patch (text/plain), 1.59 KB, created by
Jonathan Druart
on 2016-03-31 13:57:27 UTC
(
hide
)
Description:
Bug 16172: fix OAI Server tests broken by bug 15946
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-03-31 13:57:27 UTC
Size:
1.59 KB
patch
obsolete
>From 2dff180ba137b434e6f078d86d8338ede27696fe Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@unc.edu.ar> >Date: Wed, 30 Mar 2016 12:22:03 -0300 >Subject: [PATCH] Bug 16172: fix OAI Server tests broken by bug 15946 > >This patch makes t/db_dependent/OAI/Server.t test for the correct >schema and metadata namespace. > >To test: >- Run > $ prove t/db_dependent/OAI/Server.t >=> FAIL: Tests fail due to differences in the output. >- Apply the patch >- Run > $ prove t/db_dependent/OAI/Server.t >=> SUCCESS: Tests now pass >- Sign off > >Regards > >Signed-off-by: Mark Tompsett <mtompset@hotmail.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > t/db_dependent/OAI/Server.t | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/t/db_dependent/OAI/Server.t b/t/db_dependent/OAI/Server.t >index 4e2d626..05c2d87 100644 >--- a/t/db_dependent/OAI/Server.t >+++ b/t/db_dependent/OAI/Server.t >@@ -97,9 +97,9 @@ my $expected = { > schema => 'http://www.openarchives.org/OAI/2.0/oai_dc.xsd', > }, > { >- metadataNamespace => 'http://www.loc.gov/MARC21/slim http://www.loc.gov/ standards/marcxml/schema/MARC21slim', >+ metadataNamespace => 'http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim', > metadataPrefix => 'marcxml', >- schema => 'http://www.loc.gov/MARC21/slim http://www.loc.gov/ standards/marcxml/schema/MARC21slim.xsd', >+ schema => 'http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd', > }, > ], > }, >-- >2.7.0
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 16172
:
49687
|
49704
| 49735