[Rt-commit] r15709 - in rt/3.8/trunk: t/web

sartak at bestpractical.com sartak at bestpractical.com
Tue Sep 2 22:14:34 EDT 2008


Author: sartak
Date: Tue Sep  2 22:14:33 2008
New Revision: 15709

Modified:
   rt/3.8/trunk/   (props changed)
   rt/3.8/trunk/t/web/dashboards.t

Log:
 r70880 at onn:  sartak | 2008-09-02 22:12:18 -0400
 Test fixes


Modified: rt/3.8/trunk/t/web/dashboards.t
==============================================================================
--- rt/3.8/trunk/t/web/dashboards.t	(original)
+++ rt/3.8/trunk/t/web/dashboards.t	Tue Sep  2 22:14:33 2008
@@ -88,7 +88,7 @@
 $m->follow_link_ok({text => "Queries"});
 $m->content_contains("Modify the queries of dashboard different dashboard");
 $m->form_name('DashboardQueries');
-$m->field('Searches-Available' => ["2-RT::System-1"]);
+$m->field('Searches-Available' => ["search-2-RT::System-1"]);
 $m->click_button(name => 'add');
 $m->content_contains("Dashboard updated");
 
@@ -106,7 +106,7 @@
 like($searches[0]->Name, qr/newest unowned tickets/, "correct search name");
 
 $m->form_name('DashboardQueries');
-$m->field('Searches-Available' => ["1-RT::System-1"]);
+$m->field('Searches-Available' => ["search-1-RT::System-1"]);
 $m->click_button(name => 'add');
 $m->content_contains("Dashboard updated");
 
@@ -215,7 +215,7 @@
 $m->follow_link_ok({text => 'Queries'});
 
 $m->form_name('DashboardQueries');
-$m->field('Searches-Available' => ['8-RT::User-22']); # XXX: :( :(
+$m->field('Searches-Available' => ['search-8-RT::User-22']); # XXX: :( :(
 $m->click_button(name => 'add');
 $m->content_contains("Dashboard updated");
 


More information about the Rt-commit mailing list