[Rt-commit] r5401 - in rt/branches/3.7-EXPERIMENTAL: .

ruz at bestpractical.com ruz at bestpractical.com
Fri Jun 16 21:34:51 EDT 2006


Author: ruz
Date: Fri Jun 16 21:34:51 2006
New Revision: 5401

Modified:
   rt/branches/3.7-EXPERIMENTAL/   (props changed)
   rt/branches/3.7-EXPERIMENTAL/lib/t/regression/23-web_attachments.t

Log:
 r3281 at cubic-pc:  cubic | 2006-06-17 05:43:02 +0400
 * the 'new ticket in queue' form is no more first one, but has name attribute,
   use it in tests


Modified: rt/branches/3.7-EXPERIMENTAL/lib/t/regression/23-web_attachments.t
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/lib/t/regression/23-web_attachments.t	(original)
+++ rt/branches/3.7-EXPERIMENTAL/lib/t/regression/23-web_attachments.t	Fri Jun 16 21:34:51 2006
@@ -26,7 +26,7 @@
     ok( $qid = $1, "found id of the '$queue_name' queue");
 }
 
-$m->form_number(1);
+$m->form_name('CreateTicketInQueue');
 $m->field('Queue', $qid);
 $m->submit;
 is($m->status, 200, "request successful");


More information about the Rt-commit mailing list