fix test cleanup for AdSpace, add leading 0 test to Form::Text

This commit is contained in:
Colin Kuskie 2006-09-12 04:35:35 +00:00
parent 15345a0232
commit d3fbe15ca7
2 changed files with 7 additions and 1 deletions

View file

@ -31,7 +31,7 @@ SKIP: {
skip "Unable to load WebGUI::AdSpace", $numTests-1 unless $loaded;
my $adSpace = WebGUI::AdSpace->create($session, {name=>"Alfred"});
$adSpace = WebGUI::AdSpace->create($session, {name=>"Alfred"});
isa_ok($adSpace, 'WebGUI::AdSpace');