From 30a9453b974f2c8206c026c87b7bcd138b9b363a Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 6 Nov 2014 10:45:42 +0100 Subject: [PATCH] [PASSED QA] Bug 12896: Remove 2 occurrences in comments Signed-off-by: Katrin Fischer 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}); -- 1.9.1