Update the test to match the new i18n label.

Remove the trailing period from the ITransact i18n label.
This commit is contained in:
Colin Kuskie 2008-07-12 16:28:40 +00:00
parent 9e4394808f
commit 052d9d67eb
2 changed files with 3 additions and 3 deletions

View file

@ -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');