[Rt-commit] r8421 - in rtir/branches/2.3-EXPERIMENTAL: .
thayes at bestpractical.com
thayes at bestpractical.com
Tue Aug 7 12:17:35 EDT 2007
Author: thayes
Date: Tue Aug 7 12:17:34 2007
New Revision: 8421
Modified:
rtir/branches/2.3-EXPERIMENTAL/ (props changed)
rtir/branches/2.3-EXPERIMENTAL/t/006-saved-searches.t
Log:
r8622 at toth: toth | 2007-08-07 12:17:10 -0400
* Fixed bug in test (unneeded single quote entity for "id < 200")
Modified: rtir/branches/2.3-EXPERIMENTAL/t/006-saved-searches.t
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/t/006-saved-searches.t (original)
+++ rtir/branches/2.3-EXPERIMENTAL/t/006-saved-searches.t Tue Aug 7 12:17:34 2007
@@ -35,7 +35,7 @@
$agent->form_name("BuildQuery");
$agent->field(ValueOfid => 200);
$agent->click("AddClause");
-ok_and_content_like($agent, qr/AND id < '200/, "added another clause");
+ok_and_content_like($agent, qr/AND id < 200/, "added another clause");
$agent->form_name("BuildQuery");
is($agent->value('SavedSearchDescription'), $search1, "name is correct");
More information about the Rt-commit
mailing list