[Rt-commit] r18139 - in rt/3.999/branches/merge_to_3.8.2: .
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Tue Feb 3 02:42:01 EST 2009
Author: sunnavy
Date: Tue Feb 3 02:42:00 2009
New Revision: 18139
Modified:
rt/3.999/branches/merge_to_3.8.2/ (props changed)
rt/3.999/branches/merge_to_3.8.2/t/ticket/deferred_owner.t
Log:
r19458 at sunnavys-mb: sunnavy | 2009-02-03 15:41:02 +0800
typo fix
Modified: rt/3.999/branches/merge_to_3.8.2/t/ticket/deferred_owner.t
==============================================================================
--- rt/3.999/branches/merge_to_3.8.2/t/ticket/deferred_owner.t (original)
+++ rt/3.999/branches/merge_to_3.8.2/t/ticket/deferred_owner.t Tue Feb 3 02:42:00 2009
@@ -40,7 +40,7 @@
($tid, $txn_id, $msg) = $ticket->create(
queue => $queue->id,
owner => $tester->id,
- cc => 'tester at localhost',
+ admin_cc => 'root at localhost',
);
} qr/User .* was proposed as a ticket owner but has no rights to own tickets in General/;
@@ -62,9 +62,9 @@
my $ticket = RT::Model::Ticket->new(current_user => $tester );
# tester is owner, owner has right to modify owned tickets,
# this right is required to set somebody as Admincc
- my ($tid, $txn_id, $msg) = $ticket->create(
- queue => $queue->id,
- owner => $tester->id,
+ my ( $tid, $txn_id, $msg ) = $ticket->create(
+ queue => $queue->id,
+ owner => $tester->id,
admin_cc => 'root at localhost',
);
diag $msg if $msg && $ENV{'TEST_VERBOSE'};
More information about the Rt-commit
mailing list