[Rt-commit] r18224 - in rt/3.999/branches/merge_to_3.8.2: .
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Thu Feb 5 01:05:11 EST 2009
Author: sunnavy
Date: Thu Feb 5 01:05:11 2009
New Revision: 18224
Modified:
rt/3.999/branches/merge_to_3.8.2/ (props changed)
rt/3.999/branches/merge_to_3.8.2/t/ticket/scrips_batch.t
Log:
r19592 at sunnavys-mb: sunnavy | 2009-02-05 13:48:10 +0800
tiny case fix
Modified: rt/3.999/branches/merge_to_3.8.2/t/ticket/scrips_batch.t
==============================================================================
--- rt/3.999/branches/merge_to_3.8.2/t/ticket/scrips_batch.t (original)
+++ rt/3.999/branches/merge_to_3.8.2/t/ticket/scrips_batch.t Thu Feb 5 01:05:11 2009
@@ -64,7 +64,7 @@
$m->goto_create_ticket( $queue );
$m->form_number(3);
$m->submit;
- is_deeply parse_handle($tmp_fh), ['Create'], 'Create';
+ is_deeply parse_handle($tmp_fh), ['create'], 'create';
$m->follow_link_ok( text => 'Resolve' );
$m->form_number(3);
$m->field( "update_content" => 'resolve it' );
More information about the Rt-commit
mailing list