From 8373eaf5855f85d4efb0ce3fb03ce84bb6fb6fa4 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 20 May 2009 04:16:33 +0000 Subject: [PATCH] Use different names so there is no clash when running tests in parallel. --- t/AdSpace/Ad.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/AdSpace/Ad.t b/t/AdSpace/Ad.t index 2055a41d1..65715f32d 100644 --- a/t/AdSpace/Ad.t +++ b/t/AdSpace/Ad.t @@ -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");