Bugzilla – Attachment 18866 Details for
Bug 9370
use Library::CallNumber::LC when splitting LC call numbers for spine labels
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
bug 9370: add invalid call number to LC splitting test cases
bug-9370-add-invalid-call-number-to-LC-splitting-t.patch (text/plain), 1.12 KB, created by
Chris Cormack
on 2013-06-12 09:46:38 UTC
(
hide
)
Description:
bug 9370: add invalid call number to LC splitting test cases
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2013-06-12 09:46:38 UTC
Size:
1.12 KB
patch
obsolete
>From cc1a097b29dcb6e98591156388f92a7a2f6f2d03 Mon Sep 17 00:00:00 2001 >From: Galen Charlton <gmc@esilibrary.com> >Date: Tue, 8 Jan 2013 17:28:40 -0800 >Subject: [PATCH] bug 9370: add invalid call number to LC splitting test cases > >'123 ABC FOO BAR' is intentionally *not* a valid LC call number, >but in order to preserve legacy behavior, it should be split on >whitespace. > >Signed-off-by: Galen Charlton <gmc@esilibrary.com> >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> > >http://bugs.koha-community.org/show_bug.cgi?id=9730 >--- > t/Labels_split_lccn.t | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/t/Labels_split_lccn.t b/t/Labels_split_lccn.t >index c79cc00..87ab8ae 100755 >--- a/t/Labels_split_lccn.t >+++ b/t/Labels_split_lccn.t >@@ -34,6 +34,7 @@ BEGIN { > 'BS2545.E8 H39 1996' => [qw(BS 2545 .E8 H39 1996)], > 'NX512.S85 A4 2006' => [qw(NX 512 .S85 A4 2006)], > 'QH541.15.C6 C25 2012' => [qw(QH 541.15 .C6 C25 2012)], >+ '123 ABC FOO BAR' => [qw(123 ABC FOO BAR)], > }; > } > my $test_num = 1; >-- >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 9370
:
14481
|
14482
|
14483
|
15355
|
15356
|
15357
|
18865
| 18866 |
18867