[Rt-commit] r18235 - in rt/3.999/branches/merge_to_3.8.2: t/web

sunnavy at bestpractical.com sunnavy at bestpractical.com
Thu Feb 5 02:47:29 EST 2009


Author: sunnavy
Date: Thu Feb  5 02:47:28 2009
New Revision: 18235

Modified:
   rt/3.999/branches/merge_to_3.8.2/   (props changed)
   rt/3.999/branches/merge_to_3.8.2/t/web/dashboards.t

Log:
 r19613 at sunnavys-mb:  sunnavy | 2009-02-05 15:32:51 +0800
 we have status_schema stuff in attributes, so need to +1 for search id


Modified: rt/3.999/branches/merge_to_3.8.2/t/web/dashboards.t
==============================================================================
--- rt/3.999/branches/merge_to_3.8.2/t/web/dashboards.t	(original)
+++ rt/3.999/branches/merge_to_3.8.2/t/web/dashboards.t	Thu Feb  5 02:47:28 2009
@@ -225,7 +225,7 @@
 $m->follow_link_ok({text => 'Queries'});
 
 $m->form_name('Dashboard-Searches-body');
-$m->field('Searches-body-Available' => ['search-7-RT::Model::User-22']); # XXX: :( :(
+$m->field('Searches-body-Available' => ['search-8-RT::Model::User-22']); # XXX: :( :(
 $m->click_button(name => 'add');
 $m->content_contains("Dashboard updated");
 


More information about the Rt-commit mailing list