summaryrefslogtreecommitdiff
path: root/rt/t/web/compilation_errors.t
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-06-04 01:08:48 -0700
committerIvan Kohler <ivan@freeside.biz>2013-06-04 01:08:48 -0700
commitd32f4c43b0fde5c18b8c2ee8f3d4cb9c6861a403 (patch)
treea6effb73ebaa22ae23548f0cacd396b82227258f /rt/t/web/compilation_errors.t
parentd6d7984aac204cfb374ac571b3b2871bf6aeabd5 (diff)
RT 3.8.17
Diffstat (limited to 'rt/t/web/compilation_errors.t')
-rw-r--r--rt/t/web/compilation_errors.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/t/web/compilation_errors.t b/rt/t/web/compilation_errors.t
index 36a006890..ab6997850 100644
--- a/rt/t/web/compilation_errors.t
+++ b/rt/t/web/compilation_errors.t
@@ -48,7 +48,7 @@ sub test_get {
$file =~ s#^share/html/##;
diag( "testing $url/$file" ) if $ENV{TEST_VERBOSE};
- ok ($agent->get("$url/$file", "GET $url/$file"), "Can Get $url/$file");
+ ok ($agent->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");