http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12605 --- Comment #4 from M. Tompsett <mtompset@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.