[Rt-commit] r10165 - in rt/branches/3.999-DANGEROUS: t/web

jesse at bestpractical.com jesse at bestpractical.com
Fri Dec 28 00:13:25 EST 2007


Author: jesse
Date: Fri Dec 28 00:13:20 2007
New Revision: 10165

Modified:
   rt/branches/3.999-DANGEROUS/   (props changed)
   rt/branches/3.999-DANGEROUS/t/web/gnupg-select-keys-on-update.t

Log:
 r74262 at pinglin:  jesse | 2007-12-28 00:08:17 -0500
 closer!


Modified: rt/branches/3.999-DANGEROUS/t/web/gnupg-select-keys-on-update.t
==============================================================================
--- rt/branches/3.999-DANGEROUS/t/web/gnupg-select-keys-on-update.t	(original)
+++ rt/branches/3.999-DANGEROUS/t/web/gnupg-select-keys-on-update.t	Fri Dec 28 00:13:20 2007
@@ -46,7 +46,7 @@
 
 my $tid;
 {
-    my $ticket = RT::Model::Ticket->new( $RT::system_user );
+    my $ticket = RT::Model::Ticket->new(current_user => $RT::system_user );
     ($tid) = $ticket->create(
         Subject   => 'test',
         Queue     => $queue->id,


More information about the Rt-commit mailing list