[Rt-commit] r12111 - in rt/branches/3.8-TESTING: .

sartak at bestpractical.com sartak at bestpractical.com
Tue May 6 15:51:10 EDT 2008


Author: sartak
Date: Tue May  6 15:51:05 2008
New Revision: 12111

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/t/web/dashboards.t

Log:
 r55091 at onn:  sartak | 2008-05-06 15:50:38 -0400
 Add a failing test because the previous step (adding a query to the dashboard) does not work in the test script


Modified: rt/branches/3.8-TESTING/t/web/dashboards.t
==============================================================================
--- rt/branches/3.8-TESTING/t/web/dashboards.t	(original)
+++ rt/branches/3.8-TESTING/t/web/dashboards.t	Tue May  6 15:51:05 2008
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 use strict;
 
-use Test::More tests => 23;
+use Test::More tests => 24;
 use RT::Test;
 my ($baseurl, $m) = RT::Test->started_ok;
 
@@ -56,4 +56,4 @@
 $m->form_name('DashboardQueries');
 $m->field('Searches-Available' => ["2-RT::System"]);
 $m->click_button(name => 'add');
-
+$m->content_contains("Dashboard updated");


More information about the Rt-commit mailing list