[Rt-commit] r10611 - rt/branches/3.999-DANGEROUS/t/ticket

ruz at bestpractical.com ruz at bestpractical.com
Wed Jan 30 19:37:07 EST 2008


Author: ruz
Date: Wed Jan 30 19:37:07 2008
New Revision: 10611

Modified:
   rt/branches/3.999-DANGEROUS/t/ticket/pawsort.t

Log:
* fix t/ticket/pawsort.t

Modified: rt/branches/3.999-DANGEROUS/t/ticket/pawsort.t
==============================================================================
--- rt/branches/3.999-DANGEROUS/t/ticket/pawsort.t	(original)
+++ rt/branches/3.999-DANGEROUS/t/ticket/pawsort.t	Wed Jan 30 19:37:07 2008
@@ -59,8 +59,8 @@
   my $t = RT::Model::Ticket->new(current_user => RT->system_user);
   $t->create( queue => $queue_obj->id,
               subject => $_->[0],
-              Owner => $_->[2]->id,
-              Priority => $_->[1],
+              owner => $_->[2]->id,
+              priority => $_->[1],
             );
 }
 


More information about the Rt-commit mailing list