[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.7-850-g5a46a6c

Shawn Moore sartak at bestpractical.com
Mon Dec 13 16:32:37 EST 2010


The branch, 3.9-trunk has been updated
       via  5a46a6c0a25c531ad0372c55d872bbc197581ac6 (commit)
      from  8156c5cf5f55fb7fc7811f777a81f6d617247afb (commit)

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

- Log -----------------------------------------------------------------
commit 5a46a6c0a25c531ad0372c55d872bbc197581ac6
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Mon Dec 13 16:32:00 2010 -0500

    Remove Queries from the walk test
    
        Enabling the StatementLog for this test just to make sure the menu
        item works makes the test go from 8 seconds to 16

diff --git a/t/web/walk.t b/t/web/walk.t
index 6f90dbb..2699daa 100644
--- a/t/web/walk.t
+++ b/t/web/walk.t
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use RT::Test tests => 96;
+use RT::Test tests => 94;
 
 my ( $baseurl, $m ) = RT::Test->started_ok;
 
@@ -124,7 +124,7 @@ diag 'walk into /Admin' if $ENV{TEST_VERBOSE};
         $m->follow_link_ok( { text => 'Configuration' }, '-> Configuration' );
         $m->follow_link_ok( { text => 'Tools' },         '-> Tools' );
 
-        for my $tab ( 'Configuration.html', 'Queries.html', 'Shredder' ) {
+        for my $tab ( 'Configuration.html', 'Shredder' ) {
             $m->follow_link_ok( { url_regex => qr!/Admin/Tools/$tab! },
                 "-> /Admin/Tools/$tab" );
         }

-----------------------------------------------------------------------


More information about the Rt-commit mailing list