[Catalyst-commits] r12049 -
Catalyst-Devel/1.00/branches/helper_refactor/share/t
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Fri Nov 27 01:16:44 GMT 2009
Author: t0m
Date: 2009-11-27 01:16:43 +0000 (Fri, 27 Nov 2009)
New Revision: 12049
Modified:
Catalyst-Devel/1.00/branches/helper_refactor/share/t/01app.t.tt
Catalyst-Devel/1.00/branches/helper_refactor/share/t/02pod.t.tt
Catalyst-Devel/1.00/branches/helper_refactor/share/t/03podcoverage.t.tt
Catalyst-Devel/1.00/branches/helper_refactor/share/t/comptest.tt
Log:
Return true from the tests so that I can require them
Modified: Catalyst-Devel/1.00/branches/helper_refactor/share/t/01app.t.tt
===================================================================
--- Catalyst-Devel/1.00/branches/helper_refactor/share/t/01app.t.tt 2009-11-27 01:15:59 UTC (rev 12048)
+++ Catalyst-Devel/1.00/branches/helper_refactor/share/t/01app.t.tt 2009-11-27 01:16:43 UTC (rev 12049)
@@ -8,3 +8,4 @@
ok( request('/')->is_success, 'Request should succeed' );
done_testing();
+1;
Modified: Catalyst-Devel/1.00/branches/helper_refactor/share/t/02pod.t.tt
===================================================================
--- Catalyst-Devel/1.00/branches/helper_refactor/share/t/02pod.t.tt 2009-11-27 01:15:59 UTC (rev 12048)
+++ Catalyst-Devel/1.00/branches/helper_refactor/share/t/02pod.t.tt 2009-11-27 01:16:43 UTC (rev 12049)
@@ -8,3 +8,4 @@
plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD};
all_pod_files_ok();
+1;
Modified: Catalyst-Devel/1.00/branches/helper_refactor/share/t/03podcoverage.t.tt
===================================================================
--- Catalyst-Devel/1.00/branches/helper_refactor/share/t/03podcoverage.t.tt 2009-11-27 01:15:59 UTC (rev 12048)
+++ Catalyst-Devel/1.00/branches/helper_refactor/share/t/03podcoverage.t.tt 2009-11-27 01:16:43 UTC (rev 12049)
@@ -8,3 +8,4 @@
plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD};
all_pod_coverage_ok();
+1;
Modified: Catalyst-Devel/1.00/branches/helper_refactor/share/t/comptest.tt
===================================================================
--- Catalyst-Devel/1.00/branches/helper_refactor/share/t/comptest.tt 2009-11-27 01:15:59 UTC (rev 12048)
+++ Catalyst-Devel/1.00/branches/helper_refactor/share/t/comptest.tt 2009-11-27 01:16:43 UTC (rev 12049)
@@ -24,3 +24,4 @@
[% END %]
done_testing();
+1;
More information about the Catalyst-commits
mailing list