Bugzilla – Attachment 20639 Details for
Bug 10508
UT: C4::Branch.pm needs unit tests
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10508 : Follow up Fixing a typo
Bug-10508--Follow-up-Fixing-a-typo.patch (text/plain), 826 bytes, created by
Chris Cormack
on 2013-08-26 22:30:57 UTC
(
hide
)
Description:
Bug 10508 : Follow up Fixing a typo
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2013-08-26 22:30:57 UTC
Size:
826 bytes
patch
obsolete
>From 7cb3e5c13e03fe3ef4d26ca98b6de30643744b38 Mon Sep 17 00:00:00 2001 >From: Chris Cormack <chrisc@catalyst.net.nz> >Date: Tue, 27 Aug 2013 10:29:42 +1200 >Subject: [PATCH] Bug 10508 : Follow up Fixing a typo > >--- > t/db_dependent/Branch.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/Branch.t b/t/db_dependent/Branch.t >index bf65e57..0619228 100644 >--- a/t/db_dependent/Branch.t >+++ b/t/db_dependent/Branch.t >@@ -204,7 +204,7 @@ $categories = GetBranchCategories; > is( scalar( keys $categories ), $count_cat + 3, "Two categories added" ); > delete $cat1->{add}; > delete $cat2->{add}; >-delete %new_category{add}; >+delete $new_category{add}; > is_deeply($categories, [ $cat1,$cat2,\%new_category ], 'retrieve all expected library categories (bug 10515)'); > > #test GetBranchCategory >-- >1.8.1.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 10508
:
19338
|
19546
|
19687
|
19688
|
19771
|
19780
|
19781
|
19853
|
19864
|
19900
|
20029
|
20626
|
20638
|
20639
|
20663
|
20664