[Rt-commit] r19309 - rt/3.999/branches/config-in-db/t/web
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Tue Apr 21 05:03:54 EDT 2009
Author: sunnavy
Date: Tue Apr 21 05:03:54 2009
New Revision: 19309
Modified:
rt/3.999/branches/config-in-db/t/web/crypt-gnupg.t
Log:
a bit tweak the test
Modified: rt/3.999/branches/config-in-db/t/web/crypt-gnupg.t
==============================================================================
--- rt/3.999/branches/config-in-db/t/web/crypt-gnupg.t (original)
+++ rt/3.999/branches/config-in-db/t/web/crypt-gnupg.t Tue Apr 21 05:03:54 2009
@@ -415,7 +415,7 @@
$m->content_like( qr/$key2/, "second key shows up in preferences");
$m->content_like( qr/$key1.*?$key2/s, "first key shows up before the second");
-$m->form_number(3);
+$m->form_with_fields('preferred_key');
$m->select("preferred_key" => $key2);
$m->submit;
More information about the Rt-commit
mailing list