Bugzilla – Attachment 49687 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.47 KB, created by
Tomás Cohen Arazi (tcohen)
on 2016-03-30 15:27:28 UTC
(
hide
)
Description:
Bug 16172: fix OAI Server tests broken by bug 15946
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2016-03-30 15:27:28 UTC
Size:
1.47 KB
patch
obsolete
>From f6f59fa70e9fe85c22a889e3c7b1c0b15c0d44d7 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 >--- > 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.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 16172
:
49687
|
49704
|
49735