[Koha-bugs] [Bug 12605] TestBuilder - Refactoring Acquisition/close_reopen_basket.t

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 17 14:10:54 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12605

--- Comment #4 from M. Tompsett <mtompset at hotmail.com> ---
Comment on attachment 30089
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=30089
[SIGNED-OFF] Bug 12604: refactoring close_reopen_basket.t with TestBuilder

Review of attachment 30089:
 --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=12605&attachment=30089)
-----------------------------------------------------------------

::: t/db_dependent/Acquisition/close_reopen_basket.t
@@ -46,5 @@
> -my ($ordernumber1, $ordernumber2);
> -( undef, $ordernumber1 ) = C4::Acquisition::NewOrder(
> -    {
> -        basketno => $basketno,
> -        quantity => 24,

How is this "quantity" reflected in the refactored code?

@@ -55,5 @@
>  
> -( undef, $ordernumber2 ) = C4::Acquisition::NewOrder(
> -    {
> -        basketno => $basketno,
> -        quantity => 42,

How is this "quantity" reflected in the refactored code?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list