[Rt-commit] r14332 - in rt/branches/3.999-DANGEROUS: t/api
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Mon Jul 21 11:20:57 EDT 2008
Author: sunnavy
Date: Mon Jul 21 11:20:54 2008
New Revision: 14332
Modified:
rt/branches/3.999-DANGEROUS/ (props changed)
rt/branches/3.999-DANGEROUS/t/api/uri-fsck_com_rt.t
Log:
r14781 at sunnavys-mb: sunnavy | 2008-07-21 23:12:53 +0800
tiny update
Modified: rt/branches/3.999-DANGEROUS/t/api/uri-fsck_com_rt.t
==============================================================================
--- rt/branches/3.999-DANGEROUS/t/api/uri-fsck_com_rt.t (original)
+++ rt/branches/3.999-DANGEROUS/t/api/uri-fsck_com_rt.t Mon Jul 21 11:20:54 2008
@@ -23,7 +23,7 @@
my $ticket = RT::Model::Ticket->new(current_user => RT->system_user);
$ticket->load(1);
-$uri = RT::URI::fsck_com_rt->new($ticket->current_user);
+$uri = RT::URI::fsck_com_rt->new(current_user => $ticket->current_user);
is($uri->local_uri_prefix. "/ticket/1" , $uri->uri_for_object($ticket));
1;
More information about the Rt-commit
mailing list