[otrs-cvs] otrs/scripts/test/ProcessManagement/TransitionAction TicketQueueSet.t, 1.1, 1.2
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/otrs/scripts/test/ProcessManagement/TransitionAction
In directory lancelot:/tmp/cvs-serv16608/scripts/test/ProcessManagement/TransitionAction
Modified Files:
TicketQueueSet.t
Log Message:
Fixed bug#9037 - TransitionAction TicketQueueSet parameters does not follow same name convention as others.
Author: cr
Index: TicketQueueSet.t
===================================================================
RCS file: /home/cvs/otrs/scripts/test/ProcessManagement/TransitionAction/TicketQueueSet.t,v
retrieving revision 1.1
retrieving revision 1.2
diff -2 -u -d -r1.1 -r1.2
--- TicketQueueSet.t 11 Jan 2013 06:09:05 -0000 1.1
+++ TicketQueueSet.t 11 Jan 2013 06:18:01 -0000 1.2
@@ -1,5 +1,5 @@
# --
# TicketQueueSet.t - TicketQueueSet testscript
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
# --
# $Id$
@@ -138,5 +138,5 @@
Ticket => 1,
Config => {
- TargetQueue => 'Raw',
+ Queue => 'Raw',
},
},
@@ -158,5 +158,5 @@
Ticket => \%Ticket,
Config => {
- TargetQueue => 'NotExisting' . $RandomID,
+ Queue => 'NotExisting' . $RandomID,
},
},
@@ -169,5 +169,5 @@
Ticket => \%Ticket,
Config => {
- TargetQueueID => 'NotExisting' . $RandomID,
+ QueueID => 'NotExisting' . $RandomID,
},
},
@@ -180,5 +180,5 @@
Ticket => \%Ticket,
Config => {
- TargetQueue => 'Raw',
+ Queue => 'Raw',
},
},
@@ -191,5 +191,5 @@
Ticket => \%Ticket,
Config => {
- TargetQueue => 'Junk',
+ Queue => 'Junk',
},
},
@@ -202,5 +202,5 @@
Ticket => \%Ticket,
Config => {
- TargetQueueID => 2,
+ QueueID => 2,
},
},
@@ -213,5 +213,5 @@
Ticket => \%Ticket,
Config => {
- TargetQueueID => 3,
+ QueueID => 3,
},
},
@@ -240,6 +240,6 @@
# set attributes to easy compare
- $Ticket{TargetQueue} = $Ticket{Queue} || undef;
- $Ticket{TargetQueueID} = $Ticket{QueueID} || undef;
+ $Ticket{Queue} = $Ticket{Queue} || undef;
+ $Ticket{QueueID} = $Ticket{QueueID} || undef;
$Self->True(
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log