[Rt-commit] r19530 - in rt/3.999/trunk: .

sunnavy at bestpractical.com sunnavy at bestpractical.com
Thu May 7 03:22:07 EDT 2009


Author: sunnavy
Date: Thu May  7 03:22:06 2009
New Revision: 19530

Modified:
   rt/3.999/trunk/   (props changed)
   rt/3.999/trunk/t/web/crypt-gnupg.t

Log:
 r20862 at sunnavys-mb (orig r19309):  sunnavy | 2009-04-21 17:03:54 +0800
 a bit tweak the test


Modified: rt/3.999/trunk/t/web/crypt-gnupg.t
==============================================================================
--- rt/3.999/trunk/t/web/crypt-gnupg.t	(original)
+++ rt/3.999/trunk/t/web/crypt-gnupg.t	Thu May  7 03:22:06 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