Bugzilla – Attachment 33856 Details for
Bug 12896
Move the bookseller-related code into its own module
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12896: Remove 2 occurrences in comments
Bug-12896-Remove-2-occurrences-in-comments.patch (text/plain), 1.46 KB, created by
Jonathan Druart
on 2014-11-24 13:55:47 UTC
(
hide
)
Description:
Bug 12896: Remove 2 occurrences in comments
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2014-11-24 13:55:47 UTC
Size:
1.46 KB
patch
obsolete
>From 00e99e0920f04c59dd43028bfd9dc17de9ee1b1e Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Thu, 6 Nov 2014 10:45:42 +0100 >Subject: [PATCH] Bug 12896: Remove 2 occurrences in comments > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >Passes tests and QA script. >Full test report on the bug report. >--- > t/db_dependent/Bookseller.t | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/t/db_dependent/Bookseller.t b/t/db_dependent/Bookseller.t >index b7860df..0f1a3b6 100644 >--- a/t/db_dependent/Bookseller.t >+++ b/t/db_dependent/Bookseller.t >@@ -102,7 +102,7 @@ my $b = Koha::Acquisition::Bookseller->fetch({id => $id_supplier1}); > is( $b, > undef, "Supplier1 has been deleted - id_supplier1 $id_supplier1 doesnt exist anymore" ); > >-#Test GetBookSeller >+#Test get bookseller > my @bookseller2 = Koha::Acquisition::Bookseller->search({name => $sample_supplier2->{name} }); > is( scalar(@bookseller2), 1, "Get only Supplier2" ); > $bookseller2[0] = field_filter( $bookseller2[0] ); >@@ -140,7 +140,7 @@ is( $bookseller1fromid, undef, > $bookseller1fromid = Koha::Acquisition::Bookseller->fetch({ id => $id_supplier1}); > $bookseller1fromid = field_filter($bookseller1fromid); > is_deeply( $bookseller1fromid, $sample_supplier1, >- "Get Supplier1 (GetBookSellerFromId)" ); >+ "Get Supplier1 (fetch a bookseller by id)" ); > > #Test basket_count > $bookseller1fromid = Koha::Acquisition::Bookseller->fetch({ id => $id_supplier1}); >-- >2.1.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 12896
:
31491
|
31595
|
31691
|
31695
|
31730
|
33164
|
33298
|
33332
|
33333
|
33855
| 33856 |
34730