[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.8.8-605-gdf34446

Shawn Moore sartak at bestpractical.com
Thu Aug 26 23:15:59 EDT 2010


The branch, 3.9-trunk has been updated
       via  df344467c717fc34bcaafbbe9441f94ea5c4d0e2 (commit)
      from  ef2587090ff86d5d35b0c4bbdad8844529ed663d (commit)

Summary of changes:
 t/web/compilation_errors.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit df344467c717fc34bcaafbbe9441f94ea5c4d0e2
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Thu Aug 26 23:18:17 2010 -0400

    Fix most spewage in compilation_errors

diff --git a/t/web/compilation_errors.t b/t/web/compilation_errors.t
index db4e1a7..7d4c2b3 100644
--- a/t/web/compilation_errors.t
+++ b/t/web/compilation_errors.t
@@ -50,7 +50,7 @@ sub test_get {
 
         $file =~ s#^share/html/##;
         diag( "testing $url/$file" );
-        ok ($agent->get("$url/$file", "GET $url/$file"), "Can Get $url/$file");
+        $agent->get_ok("$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