[Catalyst-commits] r11462 - in
Catalyst-Devel/1.00/branches/helper_refactor: . t
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Mon Oct 5 22:58:56 GMT 2009
Author: t0m
Date: 2009-10-05 22:58:56 +0000 (Mon, 05 Oct 2009)
New Revision: 11462
Modified:
Catalyst-Devel/1.00/branches/helper_refactor/
Catalyst-Devel/1.00/branches/helper_refactor/t/generated_app.t
Log:
r11492 at t0mlaptop: t0m | 2009-10-05 23:23:34 +0100
Remove spurios warning. Remove dead script. Still fails, CURSE YOU
Property changes on: Catalyst-Devel/1.00/branches/helper_refactor
___________________________________________________________________
Name: svk:merge
- 4ad37cd2-5fec-0310-835f-b3785c72a374:/Catalyst-Devel/1.00/trunk:10253
4ad37cd2-5fec-0310-835f-b3785c72a374:/trunk/Catalyst-Devel:6899
4ad37cd2-5fec-0310-835f-b3785c72a374:/trunk/Catalyst-Helper:4258
6d45476b-5895-46b8-b13a-8b969fa34c98:/local/Catalyst-Devel-helper-refactor:11319
+ 4ad37cd2-5fec-0310-835f-b3785c72a374:/Catalyst-Devel/1.00/trunk:10253
4ad37cd2-5fec-0310-835f-b3785c72a374:/trunk/Catalyst-Devel:6899
4ad37cd2-5fec-0310-835f-b3785c72a374:/trunk/Catalyst-Helper:4258
6d45476b-5895-46b8-b13a-8b969fa34c98:/local/Catalyst-Devel-helper-refactor:11492
Modified: Catalyst-Devel/1.00/branches/helper_refactor/t/generated_app.t
===================================================================
--- Catalyst-Devel/1.00/branches/helper_refactor/t/generated_app.t 2009-10-05 22:17:11 UTC (rev 11461)
+++ Catalyst-Devel/1.00/branches/helper_refactor/t/generated_app.t 2009-10-05 22:58:56 UTC (rev 11462)
@@ -20,7 +20,6 @@
}
# Fix paths / nl work on win32
chdir("$dir/TestApp/");
-warn($dir);
# Ok, this is lame.. Also, check +x permissions?
my @files = qw|
@@ -49,7 +48,6 @@
script/testapp_server.pl
script/testapp_test.pl
script/testapp_create.pl
-script/testapp_deploy_schema.pl
|;
plan 'tests' => scalar @files + 4;
More information about the Catalyst-commits
mailing list