Use different names so there is no clash when running tests in parallel.
This commit is contained in:
parent
558fba2f6a
commit
8373eaf585
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue