[Rt-commit] r7875 - in rt/branches/3.7-EXPERIMENTAL-TUNIS: t/web
clsung at bestpractical.com
clsung at bestpractical.com
Tue May 15 22:26:03 EDT 2007
Author: clsung
Date: Tue May 15 22:26:02 2007
New Revision: 7875
Modified:
rt/branches/3.7-EXPERIMENTAL-TUNIS/ (props changed)
rt/branches/3.7-EXPERIMENTAL-TUNIS/t/web/compilation_errors.t
Log:
r1071 at going04: clsung | 2007-05-15 09:05:09 +0800
- show what this test doing
Modified: rt/branches/3.7-EXPERIMENTAL-TUNIS/t/web/compilation_errors.t
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-TUNIS/t/web/compilation_errors.t (original)
+++ rt/branches/3.7-EXPERIMENTAL-TUNIS/t/web/compilation_errors.t Tue May 15 22:26:02 2007
@@ -50,7 +50,7 @@
$file =~ s#^html/##;
diag( "testing $url/$file" ) if $ENV{TEST_VERBOSE};
- ok ($agent->get("$url/$file", "GET $url/$file"));
+ ok ($agent->get("$url/$file", "GET $url/$file"), "Can Get $url/$file");
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");
More information about the Rt-commit
mailing list