Bug 11027: (follow-up) update unit test to reflect new columns returned by GetLateOrders
authorGalen Charlton <gmc@esilibrary.com>
Mon, 21 Apr 2014 04:39:04 +0000 (04:39 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 21 Apr 2014 04:39:04 +0000 (04:39 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
t/db_dependent/Acquisition.t

index 2b6dda9..4863cc5 100755 (executable)
@@ -758,6 +758,9 @@ ok( GetBudgetByOrderNumber( $ordernumbers[0] )->{'budget_id'} eq $budgetid,
   unitpricesupplier
   subtotal
   latesince
+  basketname
+  basketgroupid
+  basketgroupname
 );
 my @lateorders = GetLateOrders(0);
 is( scalar grep ( $_->{basketno} eq $basketno, @lateorders ),