[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.7-849-g8156c5c
Shawn Moore
sartak at bestpractical.com
Mon Dec 13 16:24:41 EST 2010
The branch, 3.9-trunk has been updated
via 8156c5cf5f55fb7fc7811f777a81f6d617247afb (commit)
from d5988006c2b202590892406ee886eb4550e7215a (commit)
Summary of changes:
t/web/walk.t | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 8156c5cf5f55fb7fc7811f777a81f6d617247afb
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Mon Dec 13 16:24:34 2010 -0500
Remove Watching Queues from t/web/walk
diff --git a/t/web/walk.t b/t/web/walk.t
index c449d9d..6f90dbb 100644
--- a/t/web/walk.t
+++ b/t/web/walk.t
@@ -33,8 +33,7 @@ diag 'walk into /Tools' if $ENV{TEST_VERBOSE};
$m->get_ok( $baseurl, 'homepage' );
$m->follow_link_ok( { text => 'Tools' }, '-> Tools' );
- for my $tab ( 'Dashboards', 'Offline', 'Reports', 'My Day',
- 'Watching Queues' )
+ for my $tab ( 'Dashboards', 'Offline', 'Reports', 'My Day' )
{
$m->follow_link_ok( { text => $tab }, "-> $tab" );
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list