From d32f4c43b0fde5c18b8c2ee8f3d4cb9c6861a403 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 4 Jun 2013 01:08:48 -0700 Subject: RT 3.8.17 --- rt/t/web/compilation_errors.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rt/t/web/compilation_errors.t') 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"); -- cgit v1.2.1