[Rt-commit] r5403 - in rt/branches/3.7-EXPERIMENTAL-RTIR-2.0:
lib/t/regression
ruz at bestpractical.com
ruz at bestpractical.com
Fri Jun 16 21:47:05 EDT 2006
Author: ruz
Date: Fri Jun 16 21:47:04 2006
New Revision: 5403
Modified:
rt/branches/3.7-EXPERIMENTAL-RTIR-2.0/ (props changed)
rt/branches/3.7-EXPERIMENTAL-RTIR-2.0/lib/t/regression/23-web_attachments.t
Log:
r3282 at cubic-pc (orig r5401): ruz | 2006-06-17 05:34:51 +0400
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-RTIR-2.0/lib/t/regression/23-web_attachments.t
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-RTIR-2.0/lib/t/regression/23-web_attachments.t (original)
+++ rt/branches/3.7-EXPERIMENTAL-RTIR-2.0/lib/t/regression/23-web_attachments.t Fri Jun 16 21:47:04 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