From 0b483521e859b04aab7ad9b3720fbbefc6c67e5a Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 6 Nov 2009 20:15:09 -0800 Subject: [PATCH] Update tests for new driver. --- t/Shop/Ship.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/t/Shop/Ship.t b/t/Shop/Ship.t index a75073f33..0efead294 100644 --- a/t/Shop/Ship.t +++ b/t/Shop/Ship.t @@ -93,9 +93,10 @@ cmp_bag( [ 'WebGUI::Shop::ShipDriver::FlatRate', 'WebGUI::Shop::ShipDriver::USPS', + 'WebGUI::Shop::ShipDriver::USPSInternational', 'WebGUI::Shop::ShipDriver::UPS', ], - 'getDrivers: WebGUI ships with 3 default shipping drivers', + 'getDrivers: All default shipping drivers present', ); #######################################################################