[Rt-commit] r18170 - in rt/3.999/branches/merge_to_3.8.2: t/api
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Wed Feb 4 02:54:11 EST 2009
Author: sunnavy
Date: Wed Feb 4 02:54:11 2009
New Revision: 18170
Modified:
rt/3.999/branches/merge_to_3.8.2/ (props changed)
rt/3.999/branches/merge_to_3.8.2/t/api/ticket.t
Log:
r19502 at sunnavys-mb: sunnavy | 2009-02-04 15:46:58 +0800
tiny case fix for t/api/ticket.t
Modified: rt/3.999/branches/merge_to_3.8.2/t/api/ticket.t
==============================================================================
--- rt/3.999/branches/merge_to_3.8.2/t/api/ticket.t (original)
+++ rt/3.999/branches/merge_to_3.8.2/t/api/ticket.t Wed Feb 4 02:54:11 2009
@@ -209,10 +209,9 @@
$txns->limit(column => 'type', operator => '!=', value => 'email_record');
my $give = $txns->first;
-is($give->type, 'Give');
+is($give->type, 'give');
-
-is($give-> new_value , $root->id , "Stolen from root");
+is($give->new_value , $root->id , "Stolen from root");
is($give->old_value , RT->system_user->id , "Stolen by the systemuser");
More information about the Rt-commit
mailing list