[otrs-cvs] otrs/scripts/test Auth.t,1.5,1.5.4.1

"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
In directory lancelot:/tmp/cvs-serv31723/test

Modified Files:
      Tag: rel-3_1
	Auth.t 
Log Message:
Fixed wrong use of Set() in ConfigObject.

Author: mh

Index: Auth.t
===================================================================
RCS file: /home/cvs/otrs/scripts/test/Auth.t,v
retrieving revision 1.5
retrieving revision 1.5.4.1
diff -2 -u -d -r1.5 -r1.5.4.1
--- Auth.t	29 Oct 2010 13:18:21 -0000	1.5
+++ Auth.t	26 Nov 2012 16:19:08 -0000	1.5.4.1
@@ -1,5 +1,5 @@
 # --
 # Auth.t - Authentication tests
-# Copyright (C) 2001-2010 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
 # --
 # $Id$
@@ -23,9 +23,16 @@
 
 # configure auth backend to db
-$ConfigObject->Set( 'AuthBackend', 'DB' );
+$ConfigObject->Set(
+    Key   => 'AuthBackend',
+    Value => 'DB',
+);
 
 # no additional auth backends
 for my $Count ( 1 .. 10 ) {
-    $ConfigObject->Set( "AuthBackend$Count", '' );
+
+    $ConfigObject->Set(
+        Key   => "AuthBackend$Count",
+        Value => '',
+    );
 }
 
---------------------------------------------------------------------
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.