[Rt-commit] r3265 - in rt/branches/CHALDEA-EXPERIMENTAL: . lib/t/regression

jesse at bestpractical.com jesse at bestpractical.com
Wed Jun 29 10:19:10 EDT 2005


Author: jesse
Date: Wed Jun 29 10:19:09 2005
New Revision: 3265

Modified:
   rt/branches/CHALDEA-EXPERIMENTAL/   (props changed)
   rt/branches/CHALDEA-EXPERIMENTAL/lib/t/regression/03web_compiliation_errors.t
Log:
 r21980 at hualien:  jesse | 2005-06-29 10:14:47 -0400
 * Small testsuite fixes


Modified: rt/branches/CHALDEA-EXPERIMENTAL/lib/t/regression/03web_compiliation_errors.t
==============================================================================
--- rt/branches/CHALDEA-EXPERIMENTAL/lib/t/regression/03web_compiliation_errors.t	(original)
+++ rt/branches/CHALDEA-EXPERIMENTAL/lib/t/regression/03web_compiliation_errors.t	Wed Jun 29 10:19:09 2005
@@ -60,7 +60,7 @@
         is ($agent->{'status'}, 200, "Loaded $file");
 #        ok( $agent->{'content'} =~ /Logout/i, "Found a logout link on $file ");
         ok( $agent->{'content'} !~ /Not logged in/i, "Still logged in for  $file");
-        ok( $agent->{'content'} !~ /System error/i, "Didn't get a Mason compilation error on $file");
+        ok( $agent->{'content'} !~ /raw error/i, "Didn't get a Mason compilation error on $file");
         
 }
 


More information about the Rt-commit mailing list