From c4740f76a3e1258db0ff8b63d247db8e75cfbf11 Mon Sep 17 00:00:00 2001 From: Graham Knop Date: Thu, 26 Mar 2009 23:23:34 +0000 Subject: [PATCH] fix bug in WebGUI::AdSpace::Ad, remove some more CODE_COP checks --- lib/WebGUI/AdSpace/Ad.pm | 1 + t/hardcodedExtras.t | 1 - t/templateChecker.t | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/WebGUI/AdSpace/Ad.pm b/lib/WebGUI/AdSpace/Ad.pm index 699fa7ad6..bbfeef360 100644 --- a/lib/WebGUI/AdSpace/Ad.pm +++ b/lib/WebGUI/AdSpace/Ad.pm @@ -18,6 +18,7 @@ use strict; use WebGUI::AdSpace; use WebGUI::Macro; use WebGUI::Storage; +use WebGUI::AssetCollateral::Sku::Ad::Ad; =head1 NAME diff --git a/t/hardcodedExtras.t b/t/hardcodedExtras.t index 5ca4c249e..a4c6788e2 100644 --- a/t/hardcodedExtras.t +++ b/t/hardcodedExtras.t @@ -23,7 +23,6 @@ use WebGUI::Asset::Snippet; use Test::More; # increment this value for each test you create my $numTests = 0; -plan skip_all => 'set CODE_COP to enable this test' unless $ENV{CODE_COP}; my $session = WebGUI::Test->session; my $lib = WebGUI::Test->lib; diff --git a/t/templateChecker.t b/t/templateChecker.t index ec741b7d5..9d72fe618 100644 --- a/t/templateChecker.t +++ b/t/templateChecker.t @@ -25,7 +25,6 @@ use WebGUI::Asset::Template; use Test::More; # increment this value for each test you create my $numTests = 0; -plan skip_all => 'set CODE_COP to enable this test' unless $ENV{CODE_COP}; my $session = WebGUI::Test->session; my $lib = WebGUI::Test->lib;