[Rt-commit] rt branch, 4.0/validate-dashboard-args, updated. rt-4.0.0rc6-128-g2ed6c68
Shawn Moore
sartak at bestpractical.com
Wed Mar 9 12:19:52 EST 2011
The branch, 4.0/validate-dashboard-args has been updated
via 2ed6c6800c72f6f37b1f8fea47c576303a4d7989 (commit)
from 26b5c723e8fd96929bc2bf993353478217b3f4af (commit)
Summary of changes:
t/web/dashboards-basics.t | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 2ed6c6800c72f6f37b1f8fea47c576303a4d7989
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Wed Mar 9 12:16:30 2011 -0500
Remove redundant and wrongish test code
diff --git a/t/web/dashboards-basics.t b/t/web/dashboards-basics.t
index 3e29463..ca3134f 100644
--- a/t/web/dashboards-basics.t
+++ b/t/web/dashboards-basics.t
@@ -117,7 +117,6 @@ my ($my_tickets) =
map { ( $_->possible_values )[1] }
grep { ( $_->value_names )[1] =~ /Saved Search: My Tickets/ } @input;
$form->value('Searches-body-Available' => $my_tickets );
-$m->field('Searches-body-Available' => ["search-2-RT::System-1"]);
$m->click_button(name => 'add');
$m->content_contains("Dashboard updated");
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list