[Rt-commit] r7685 - in rtir/branches/2.3-EXPERIMENTAL: .

jesse at bestpractical.com jesse at bestpractical.com
Tue Apr 24 18:34:21 EDT 2007


Author: jesse
Date: Tue Apr 24 18:34:20 2007
New Revision: 7685

Modified:
   rtir/branches/2.3-EXPERIMENTAL/   (props changed)
   rtir/branches/2.3-EXPERIMENTAL/t/000-mason-syntax.t

Log:
 r56035 at pinglin:  jesse | 2007-04-24 18:33:46 -0400
 * Remmoving mason argument that's incompatible with 1.35


Modified: rtir/branches/2.3-EXPERIMENTAL/t/000-mason-syntax.t
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/t/000-mason-syntax.t	(original)
+++ rtir/branches/2.3-EXPERIMENTAL/t/000-mason-syntax.t	Tue Apr 24 18:34:20 2007
@@ -32,7 +32,9 @@
     close $fh or die "couldn't close '$file': $!";
 
     my $compiler = new HTML::Mason::Compiler::ToObject;
-    $compiler->compile( comp_source => $text, name => 'my', comp_path => 'my' );
+    $compiler->compile( comp_source => $text, name => 'my',
+   # comp_path => 'my' 
+    );
     return 1;
 }
 


More information about the Rt-commit mailing list