From e453ba2fa5a8daa65f1ad9b0ec30f577bd17a419 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 21 Apr 2014 04:39:04 +0000 Subject: [PATCH] Bug 11027: (follow-up) update unit test to reflect new columns returned by GetLateOrders Signed-off-by: Galen Charlton --- t/db_dependent/Acquisition.t | 3 +++ 1 file changed, 3 insertions(+) diff --git a/t/db_dependent/Acquisition.t b/t/db_dependent/Acquisition.t index 2b6dda9139..4863cc58d2 100755 --- a/t/db_dependent/Acquisition.t +++ b/t/db_dependent/Acquisition.t @@ -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 ), -- 2.39.5