[otrs-cvs] ITSMCore/scripts/test SLA.t,1.6,1.7

"CVS commits notifications of OTRS.org" <[email protected]> Tue, 19 Mar 2013 16:44:29 +0000
Newsgroups gmane.comp.otrs.cvs
Message-ID <[email protected]>
Comments:
Update of /home/cvs/ITSMCore/scripts/test
In directory lancelot:/tmp/cvs-serv9895/scripts/test

Modified Files:
	SLA.t 
Log Message:
Updated file to latest framework version.

Author: ub

Index: SLA.t
===================================================================
RCS file: /home/cvs/ITSMCore/scripts/test/SLA.t,v
retrieving revision 1.6
retrieving revision 1.7
diff -2 -u -d -r1.6 -r1.7
--- SLA.t	21 Nov 2012 20:35:48 -0000	1.6
+++ SLA.t	19 Mar 2013 16:44:24 -0000	1.7
@@ -1,5 +1,5 @@
 # --
 # SLA.t - SLA tests
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
 # --
 # $Id$
@@ -883,10 +883,11 @@
             # dump the given attribute
             if ( ref $SLAGet{$SLAAttribute} ) {
-                $SLAGet{$SLAAttribute} = Data::Dumper::Dumper( $SLAGet{$SLAAttribute} );
+                $SLAGet{$SLAAttribute}
+                    = Data::Dumper::Dumper( $SLAGet{$SLAAttribute} );    ## no critic
             }
 
             # dump the reference string
             if ( ref $Item->{AddGet}->{$SLAAttribute} ) {
-                $Item->{AddGet}->{$SLAAttribute} = Data::Dumper::Dumper(
+                $Item->{AddGet}->{$SLAAttribute} = Data::Dumper::Dumper(    ## no critic
                     $Item->{AddGet}->{$SLAAttribute},
                 );
@@ -942,10 +943,11 @@
             # dump the given attribute
             if ( ref $SLAGet2{$SLAAttribute} ) {
-                $SLAGet2{$SLAAttribute} = Data::Dumper::Dumper( $SLAGet2{$SLAAttribute} );
+                $SLAGet2{$SLAAttribute}
+                    = Data::Dumper::Dumper( $SLAGet2{$SLAAttribute} );    ## no critic
             }
 
             # dump the reference string
             if ( ref $Item->{UpdateGet}->{$SLAAttribute} ) {
-                $Item->{UpdateGet}->{$SLAAttribute} = Data::Dumper::Dumper(
+                $Item->{UpdateGet}->{$SLAAttribute} = Data::Dumper::Dumper(    ## no critic
                     $Item->{UpdateGet}->{$SLAAttribute},
                 );
---------------------------------------------------------------------
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