[Rt-commit] r18180 - in rt/3.999/branches/merge_to_3.8.2: t/web
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Wed Feb 4 04:32:16 EST 2009
Author: sunnavy
Date: Wed Feb 4 04:32:16 2009
New Revision: 18180
Modified:
rt/3.999/branches/merge_to_3.8.2/ (props changed)
rt/3.999/branches/merge_to_3.8.2/t/web/ticket-create-utf8.t
Log:
r19532 at sunnavys-mb: sunnavy | 2009-02-04 17:32:01 +0800
cases fix for t/web/ticket-create-utf8.t
Modified: rt/3.999/branches/merge_to_3.8.2/t/web/ticket-create-utf8.t
==============================================================================
--- rt/3.999/branches/merge_to_3.8.2/t/web/ticket-create-utf8.t (original)
+++ rt/3.999/branches/merge_to_3.8.2/t/web/ticket-create-utf8.t Wed Feb 4 04:32:16 2009
@@ -40,8 +40,8 @@
{
ok $m->goto_create_ticket( $q ), "go to create ticket";
$m->form_number(3);
- $m->field( Subject => $ru_test );
- $m->field( Content => $ru_support );
+ $m->field( subject => $ru_test );
+ $m->field( content => $ru_support );
$m->submit;
$m->content_like(
More information about the Rt-commit
mailing list