[Catalyst-commits] r12601 -
Catalyst-Runtime/5.80/branches/psgi/t/aggregate
rafl at dev.catalyst.perl.org
rafl at dev.catalyst.perl.org
Sun Jan 10 23:22:19 GMT 2010
Author: rafl
Date: 2010-01-10 23:22:18 +0000 (Sun, 10 Jan 2010)
New Revision: 12601
Modified:
Catalyst-Runtime/5.80/branches/psgi/t/aggregate/unit_core_engine_cgi-prepare_path.t
Log:
Skip Engine::CGI-specific tests until we find a better place for them.
Modified: Catalyst-Runtime/5.80/branches/psgi/t/aggregate/unit_core_engine_cgi-prepare_path.t
===================================================================
--- Catalyst-Runtime/5.80/branches/psgi/t/aggregate/unit_core_engine_cgi-prepare_path.t 2010-01-10 20:30:06 UTC (rev 12600)
+++ Catalyst-Runtime/5.80/branches/psgi/t/aggregate/unit_core_engine_cgi-prepare_path.t 2010-01-10 23:22:18 UTC (rev 12601)
@@ -1,6 +1,11 @@
use strict;
use warnings;
use Test::More;
+
+BEGIN {
+ plan skip_all => 'these tests should probably be moved to plack, or at least ported away from Engine::CGI';
+}
+
use FindBin qw/$Bin/;
use lib "$Bin/../lib";
use TestApp;
More information about the Catalyst-commits
mailing list