Update test for code changes in Shop 1.5

This commit is contained in:
Colin Kuskie 2010-04-29 22:27:22 -07:00
parent 5ad1605185
commit d29a4c68aa

View file

@ -205,10 +205,12 @@ cmp_deeply(
$defaultDriver->getId => {
label => $defaultDriver->get('label'),
price => ignore(),
hasPrice => 0,
},
$driver->getId => {
label => $driver->get('label'),
price => ignore(),
hasPrice => 0,
},
},
'getOptions returns the two enabled shipping drivers'