[otrs-cvs] ITSMCore/scripts/test SLA.t, 1.5, 1.6 CustomerUserService.t, 1.5, 1.6 Service.t, 1.8, 1.9
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/ITSMCore/scripts/test
In directory lancelot:/tmp/cvs-serv13515/scripts/test
Modified Files:
SLA.t CustomerUserService.t Service.t
Log Message:
Updated files to the latest framework version.
Author: ub
Index: SLA.t
===================================================================
RCS file: /home/cvs/ITSMCore/scripts/test/SLA.t,v
retrieving revision 1.5
retrieving revision 1.6
diff -2 -u -d -r1.5 -r1.6
--- SLA.t 4 Nov 2010 14:06:53 -0000 1.5
+++ SLA.t 21 Nov 2012 20:35:48 -0000 1.6
@@ -1,8 +1,8 @@
# --
# SLA.t - SLA tests
-# Copyright (C) 2001-2010 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
# --
# $Id$
-# $OldId: SLA.t,v 1.12 2010/10/29 22:16:59 en Exp $
+# $OldId: SLA.t,v 1.15 2012/11/20 16:07:37 mh Exp $
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
@@ -879,5 +879,5 @@
# check sla data after creation of the sla
- for my $SLAAttribute ( keys %{ $Item->{AddGet} } ) {
+ for my $SLAAttribute ( sort keys %{ $Item->{AddGet} } ) {
# dump the given attribute
@@ -938,5 +938,5 @@
# check sla data after update
- for my $SLAAttribute ( keys %{ $Item->{UpdateGet} } ) {
+ for my $SLAAttribute ( sort keys %{ $Item->{UpdateGet} } ) {
# dump the given attribute
@@ -994,5 +994,5 @@
SERVICEID:
-for my $SLAID ( keys %SLAList1Org ) {
+for my $SLAID ( sort keys %SLAList1Org ) {
if ( $SLAList1{$SLAID} && $SLAList1Org{$SLAID} eq $SLAList1{$SLAID} ) {
Author: ub
Index: CustomerUserService.t
===================================================================
RCS file: /home/cvs/ITSMCore/scripts/test/CustomerUserService.t,v
retrieving revision 1.5
retrieving revision 1.6
diff -2 -u -d -r1.5 -r1.6
--- CustomerUserService.t 4 Nov 2010 14:06:53 -0000 1.5
+++ CustomerUserService.t 21 Nov 2012 20:35:48 -0000 1.6
@@ -1,8 +1,8 @@
# --
# CustomerUserService.t - CustomerUserService tests
-# Copyright (C) 2001-2010 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
# --
# $Id$
-# $OldId: CustomerUserService.t,v 1.8 2010/10/29 07:28:48 mg Exp $
+# $OldId: CustomerUserService.t,v 1.10 2012/11/20 16:05:45 mh Exp $
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
Author: ub
Index: Service.t
===================================================================
RCS file: /home/cvs/ITSMCore/scripts/test/Service.t,v
retrieving revision 1.8
retrieving revision 1.9
diff -2 -u -d -r1.8 -r1.9
--- Service.t 22 Oct 2012 21:23:59 -0000 1.8
+++ Service.t 21 Nov 2012 20:35:48 -0000 1.9
@@ -4,5 +4,5 @@
# --
# $Id$
-# $OldId: Service.t,v 1.18 2012/01/27 13:51:43 ub Exp $
+# $OldId: Service.t,v 1.21 2012/11/20 16:07:51 mh Exp $
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
@@ -843,5 +843,5 @@
# check service data after creation of the service
- for my $ServiceAttribute ( keys %{ $Item->{AddGet} } ) {
+ for my $ServiceAttribute ( sort keys %{ $Item->{AddGet} } ) {
$Self->Is(
$ServiceGet{$ServiceAttribute} || '',
@@ -923,5 +923,5 @@
# check service data after update
- for my $ServiceAttribute ( keys %{ $Item->{UpdateGet} } ) {
+ for my $ServiceAttribute ( sort keys %{ $Item->{UpdateGet} } ) {
$Self->Is(
$ServiceGet2{$ServiceAttribute} || '',
@@ -998,5 +998,5 @@
SERVICEID:
-for my $ServiceID ( keys %ServiceList1Org ) {
+for my $ServiceID ( sort keys %ServiceList1Org ) {
if ( $ServiceList1{$ServiceID} && $ServiceList1Org{$ServiceID} eq $ServiceList1{$ServiceID} ) {
@@ -1045,5 +1045,5 @@
SERVICEID:
-for my $ServiceID ( keys %ServiceList2 ) {
+for my $ServiceID ( sort keys %ServiceList2 ) {
if ( $ServiceList2b{$ServiceID} && $ServiceList2{$ServiceID} eq $ServiceList2b{$ServiceID} ) {
---------------------------------------------------------------------
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