From df82253967eaaedb5cca4a3a2213907f0bd07f47 Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Thu, 1 Oct 2009 22:05:49 -0500 Subject: [PATCH] Packed template tests are CODE_COP tests --- t/Asset/Template/packed.t | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/Asset/Template/packed.t b/t/Asset/Template/packed.t index 851937302..074b74031 100644 --- a/t/Asset/Template/packed.t +++ b/t/Asset/Template/packed.t @@ -25,6 +25,8 @@ use CSS::Packer; use JavaScript::Packer; use WebGUI::Asset::Template; +skip_all("Set CODE_COP to enable these tests") unless $ENV{CODE_COP}; + #---------------------------------------------------------------------------- # Init my $session = WebGUI::Test->session;