remove debug code from Shop/Ship.t
This commit is contained in:
parent
be29a09114
commit
a8cea440c6
1 changed files with 0 additions and 3 deletions
|
|
@ -160,10 +160,7 @@ $driver2 = $ship->addShipper('WebGUI::Shop::ShipDriver::FlatRate', { enabled=>1,
|
|||
$shippers = $ship->getShippers();
|
||||
is(scalar @{$shippers}, 3, 'getShippers: got both shippers');
|
||||
|
||||
use Data::Dumper;
|
||||
diag Dumper $shippers;
|
||||
my @shipperNames = map { $_->get("label") } @{ $shippers };
|
||||
diag Dumper \@shipperNames;
|
||||
cmp_bag(
|
||||
\@shipperNames,
|
||||
[q{Jake's Jailbird Airmail},q{Tommy's cut-rate shipping},q{Free Shipping}, ],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue