[Rt-commit] r19202 - in rt/3.8/trunk: t/web
sartak at bestpractical.com
sartak at bestpractical.com
Tue Apr 14 23:17:44 EDT 2009
Author: sartak
Date: Tue Apr 14 23:17:44 2009
New Revision: 19202
Modified:
rt/3.8/trunk/ (props changed)
rt/3.8/trunk/t/web/dashboards.t
Log:
r82167 at onn: sartak | 2009-04-14 23:17:28 -0400
Don't expect quotes in dashboard names
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 Apr 14 23:17:44 2009
@@ -132,7 +132,7 @@
Subject => 'dashboard test',
);
-$m->follow_link_ok({text => '"different dashboard"'});
+$m->follow_link_ok({text => 'different dashboard'});
$m->content_contains("20 highest priority tickets I own");
$m->content_contains("20 newest unowned tickets");
$m->content_lacks("Bookmarked Tickets");
@@ -231,7 +231,7 @@
$m->content_contains("The following queries may not be visible to all users who can see this dashboard.");
-$m->follow_link_ok({text => '"system dashboard"'});
+$m->follow_link_ok({text => 'system dashboard'});
$m->content_contains("personal search", "saved search shows up");
$m->content_contains("dashboard test", "matched ticket shows up");
More information about the Rt-commit
mailing list