[Rt-commit] r8459 - rt/branches/3.7-EXPERIMENTAL-TUNIS/t/web

ruz at bestpractical.com ruz at bestpractical.com
Wed Aug 8 19:51:36 EDT 2007


Author: ruz
Date: Wed Aug  8 19:51:36 2007
New Revision: 8459

Modified:
   rt/branches/3.7-EXPERIMENTAL-TUNIS/t/web/custom_frontpage.t

Log:
* minor test update

Modified: rt/branches/3.7-EXPERIMENTAL-TUNIS/t/web/custom_frontpage.t
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-TUNIS/t/web/custom_frontpage.t	(original)
+++ rt/branches/3.7-EXPERIMENTAL-TUNIS/t/web/custom_frontpage.t	Wed Aug  8 19:51:36 2007
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 use strict;
 
-use Test::More tests => 6;
+use Test::More tests => 7;
 use RT::Test;
 my ($baseurl, $m) = RT::Test->started_ok;
 
@@ -32,7 +32,7 @@
 $m->get ( $url.'Prefs/MyRT.html' );
 $m->content_like (qr/stupid tickets/, 'saved search listed in rt at a glance items');
 
-$m->login, 'we did log in as root';
+ok $m->login, 'we did log in as root';
 
 $m->get ( $url.'Prefs/MyRT.html' );
 $m->form_name ('SelectionBox-body');


More information about the Rt-commit mailing list