From 052d9d67ebad336cc9f26137764f83260dfe8b31 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sat, 12 Jul 2008 16:28:40 +0000 Subject: [PATCH] Update the test to match the new i18n label. Remove the trailing period from the ITransact i18n label. --- lib/WebGUI/i18n/English/PayDriver_ITransact.pm | 4 ++-- t/Shop/Pay.t | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/WebGUI/i18n/English/PayDriver_ITransact.pm b/lib/WebGUI/i18n/English/PayDriver_ITransact.pm index be8ac1afd..13a0ea977 100755 --- a/lib/WebGUI/i18n/English/PayDriver_ITransact.pm +++ b/lib/WebGUI/i18n/English/PayDriver_ITransact.pm @@ -175,8 +175,8 @@ our $I18N = { context => q|An error indicating that an invalid expiration date has been entered.| }, 'Itransact' => { - message => q|Credit Card (ITransact).|, - lastUpdated => 0, + message => q|Credit Card (ITransact)|, + lastUpdated => 1215880143, context => q|Name of the gateway from the definition| }, 'expired expiration date' => { diff --git a/t/Shop/Pay.t b/t/Shop/Pay.t index 55a87330d..2f6d6332e 100644 --- a/t/Shop/Pay.t +++ b/t/Shop/Pay.t @@ -153,7 +153,7 @@ my $drivers = $pay->getDrivers(); my $defaultPayDrivers = { 'WebGUI::Shop::PayDriver::Cash' => 'Cash', - 'WebGUI::Shop::PayDriver::ITransact' => 'Itransact', + 'WebGUI::Shop::PayDriver::ITransact' => 'Credit Card (ITransact)', }; cmp_deeply( $drivers, $defaultPayDrivers, 'getDrivers returns the default PayDrivers');