Bugzilla – Attachment 23822 Details for
Bug 11439
UT: XISBN.t returns failure
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11439: UT: XISBN.t returns failure
Bug-11439-UT-XISBNt-returns-failure.patch (text/plain), 1.02 KB, created by
Chris Cormack
on 2013-12-26 23:44:28 UTC
(
hide
)
Description:
Bug 11439: UT: XISBN.t returns failure
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2013-12-26 23:44:28 UTC
Size:
1.02 KB
patch
obsolete
>From f292572c55da896c80bf2724374e24e080a0b509 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Tue, 24 Dec 2013 10:09:10 +0100 >Subject: [PATCH] Bug 11439: UT: XISBN.t returns failure > >A unit test fails in t/db_dependent/XISBN.t, the get_xisbn routine, if >ThingISBN is enabled, returns the 3rd biblionumber, not the second one. > >Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> >--- > t/db_dependent/XISBN.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/XISBN.t b/t/db_dependent/XISBN.t >index e63bb2a..01bcc0f 100755 >--- a/t/db_dependent/XISBN.t >+++ b/t/db_dependent/XISBN.t >@@ -52,7 +52,7 @@ $context->set_preference( 'ThingISBN', 1 ); > $context->set_preference( 'XISBN', 0 ); > my $results_thingisbn = C4::XISBN::get_xisbns($isbn1); > is( $results_thingisbn->[0]->{biblionumber}, >- $biblionumber2, >+ $biblionumber3, > "Gets correct biblionumber from a book with a similar isbn using ThingISBN." ); > > $context->set_preference( 'ThingISBN', 0 ); >-- >1.8.5.2
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 11439
:
23801
|
23802
|
23822
|
23823
|
24104
|
24112
|
24129