[Rt-commit] r3342 - in rt/branches/3.5-TESTING: . lib/t/regression
jesse at bestpractical.com
jesse at bestpractical.com
Sun Jul 3 18:54:46 EDT 2005
Author: jesse
Date: Sun Jul 3 18:54:46 2005
New Revision: 3342
Modified:
rt/branches/3.5-TESTING/ (props changed)
rt/branches/3.5-TESTING/lib/t/regression/03web_compiliation_errors.t
Log:
r22195 at hualien: jesse | 2005-07-03 18:21:15 -0400
r21980 at hualien: jesse | 2005-06-29 10:14:47 -0400
* Small testsuite fixes
Modified: rt/branches/3.5-TESTING/lib/t/regression/03web_compiliation_errors.t
==============================================================================
--- rt/branches/3.5-TESTING/lib/t/regression/03web_compiliation_errors.t (original)
+++ rt/branches/3.5-TESTING/lib/t/regression/03web_compiliation_errors.t Sun Jul 3 18:54:46 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