fix the same failing issues in ShipDriver in FlatRate

This commit is contained in:
Colin Kuskie 2008-03-09 04:36:18 +00:00
parent 7990e0cc38
commit 3a6ad8ce1d

View file

@ -72,7 +72,7 @@ cmp_deeply(
$definition,
[ {
name => 'Flat Rate',
fields => {
properties => {
flatFee => {
fieldType => 'float',
label => ignore(),
@ -101,7 +101,7 @@ cmp_deeply(
},
{
name => 'Shipper Driver',
fields => {
properties => {
label => {
fieldType => 'text',
label => ignore(),
@ -150,7 +150,7 @@ cmp_deeply($driver->options, $options, 'options accessor works');
#
#######################################################################
is ($driver->getName, 'Flat Rate', 'getName returns the human readable name of this driver');
is (WebGUI::Shop::ShipDriver::FlatRate->getName($session), 'Flat Rate', 'getName returns the human readable name of this driver');
#######################################################################
#