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

--- Comment #4 from M. Tompsett <mtomp...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to