[Rt-commit] r15420 - in rt/branches/3.999-DANGEROUS: t/web
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Mon Aug 25 06:15:53 EDT 2008
Author: sunnavy
Date: Mon Aug 25 06:15:52 2008
New Revision: 15420
Modified:
rt/branches/3.999-DANGEROUS/ (props changed)
rt/branches/3.999-DANGEROUS/t/web/cf_access.t
rt/branches/3.999-DANGEROUS/t/web/cf_select_one.t
Log:
r16041 at sunnavys-mb: sunnavy | 2008-08-25 18:15:24 +0800
case fixed
Modified: rt/branches/3.999-DANGEROUS/t/web/cf_access.t
==============================================================================
--- rt/branches/3.999-DANGEROUS/t/web/cf_access.t (original)
+++ rt/branches/3.999-DANGEROUS/t/web/cf_access.t Mon Aug 25 06:15:52 2008
@@ -53,7 +53,7 @@
$m->field( $_ => undef ) for @names; # ...and not any other. ;-)
$m->submit;
- $m->content_like( qr/Created/, 'TCF added to the queue' );
+ $m->content_like( qr/created/, 'TCF added to the queue' );
}
Modified: rt/branches/3.999-DANGEROUS/t/web/cf_select_one.t
==============================================================================
--- rt/branches/3.999-DANGEROUS/t/web/cf_select_one.t (original)
+++ rt/branches/3.999-DANGEROUS/t/web/cf_select_one.t Mon Aug 25 06:15:52 2008
@@ -27,7 +27,7 @@
lookup_type => 'RT::Model::Queue-RT::Model::Ticket',
},
);
- $m->content_like( qr/Created/, 'Created CF sucessfully' );
+ $m->content_like( qr/created/, 'Created CF sucessfully' );
$cfid = $m->form_name('modify_custom_field')->value('id');
ok $cfid, "found id of the CF in the form, it's #$cfid";
}
@@ -42,7 +42,7 @@
},
button => 'update',
);
- $m->content_like( qr/Created/, 'added a value to the CF' ); # or diag $m->content;
+ $m->content_like( qr/created/, 'added a value to the CF' ); # or diag $m->content;
}
}
@@ -62,7 +62,7 @@
$m->field( "object-". $queue->id ."-CF-$cfid" => 1 );
$m->submit;
- $m->content_like( qr/Created/, 'TCF added to the queue' );
+ $m->content_like( qr/created/, 'TCF added to the queue' );
}
my $tid;
More information about the Rt-commit
mailing list