Use different names so there is no clash when running tests in parallel.

This commit is contained in:
Colin Kuskie 2009-05-20 04:16:33 +00:00
parent 558fba2f6a
commit 8373eaf585

View file

@ -59,7 +59,7 @@ SKIP: {
local $ENV{REMOTE_ADDR} = '10.0.0.1';
local $ENV{HTTP_USER_AGENT} = 'Mozilla/5.0';
$adSpace = WebGUI::AdSpace->create($session, {name=>"Alfred"});
$adSpace = WebGUI::AdSpace->create($session, {name=>"Tim Robbins"});
$ad=WebGUI::AdSpace::Ad->create($session, $adSpace->getId, {"type" => "text"});
isa_ok($ad,"WebGUI::AdSpace::Ad");