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;