[Catalyst-commits] r10481 -
Catalyst-Devel/1.00/branches/helper_refactor/t
dhoss at dev.catalyst.perl.org
dhoss at dev.catalyst.perl.org
Tue Jun 9 06:25:01 GMT 2009
Author: dhoss
Date: 2009-06-09 06:25:01 +0000 (Tue, 09 Jun 2009)
New Revision: 10481
Removed:
Catalyst-Devel/1.00/branches/helper_refactor/t/check_invocation.t
Log:
removed old invocation checking test
Deleted: Catalyst-Devel/1.00/branches/helper_refactor/t/check_invocation.t
===================================================================
--- Catalyst-Devel/1.00/branches/helper_refactor/t/check_invocation.t 2009-06-09 06:10:23 UTC (rev 10480)
+++ Catalyst-Devel/1.00/branches/helper_refactor/t/check_invocation.t 2009-06-09 06:25:01 UTC (rev 10481)
@@ -1,32 +0,0 @@
-use strict;
-use warnings;
-
-use FindBin qw/$Bin/;
-use Test::More tests => 1;
-
-use lib "$Bin/../lib";
-
-use Catalyst::Helper;
-
-my $force = 0;
-my $help = 0;
-my $makefile = 0;
-my $scripts = 0;
-my $short = 0;
-
-my $helper = Catalyst::Helper->new(
- {
- '.newfiles' => !$force,
- 'makefile' => $makefile,
- 'scripts' => $scripts,
- 'short' => $short,
- }
-);
-
-sub mk_compclass {
- my ( $self, $helper ) = @_;
- my $file = $helper->{file};
- $helper->render_file( 'compclass.tt', $file );
-}
-
-ok( $helper->mk_app("TestAppForInvocation"), "app invocation still works");
More information about the Catalyst-commits
mailing list