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

sunnavy at bestpractical.com sunnavy at bestpractical.com
Sun Jul 27 07:39:25 EDT 2008


Author: sunnavy
Date: Sun Jul 27 07:39:23 2008
New Revision: 14540

Modified:
   rt/branches/3.999-DANGEROUS/   (props changed)
   rt/branches/3.999-DANGEROUS/t/web/attachments.t

Log:
 r15014 at sunnavys-mb:  sunnavy | 2008-07-27 16:25:41 +0800
 tiny fix


Modified: rt/branches/3.999-DANGEROUS/t/web/attachments.t
==============================================================================
--- rt/branches/3.999-DANGEROUS/t/web/attachments.t	(original)
+++ rt/branches/3.999-DANGEROUS/t/web/attachments.t	Sun Jul 27 07:39:23 2008
@@ -9,7 +9,7 @@
 
 my ($baseurl, $m) = RT::Test->started_ok;
 ok $m->login, 'logged in';
-my $queue = RT::Model::Queue->new($RT::nobody);
+my $queue = RT::Model::Queue->new(current_user => $RT::nobody);
 my $qid = $queue->load('General');
 ok( $qid, "Loaded General queue" );
 


More information about the Rt-commit mailing list