Kaydet (Commit) b2a737a5 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS qadev22 (1.7.8); FILE MERGED

2005/03/17 13:10:33 sg 1.7.8.1: #i44053#CHG: removed java 131 incompatibilities
üst 51c37334
......@@ -2,9 +2,9 @@
*
* $RCSfile: TestParameters.java,v $
*
* $Revision: 1.7 $
* $Revision: 1.8 $
*
* last change: $Author: rt $ $Date: 2005-02-02 13:57:05 $
* last change: $Author: rt $ $Date: 2005-03-29 11:53:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -277,8 +277,8 @@ public class TestParameters extends Hashtable {
put(PropertyName.CONNECTION_STRING,ConnectionString);
put(PropertyName.TEST_BASE,TestBase);
put(PropertyName.TEST_DOCUMENT_PATH,TestDocumentPath);
put(PropertyName.LOGGING_IS_ACTIVE,Boolean.valueOf(LoggingIsActive));
put(PropertyName.DEBUG_IS_ACTIVE,Boolean.valueOf(DebugIsActive));
put(PropertyName.LOGGING_IS_ACTIVE,LoggingIsActive?Boolean.TRUE:Boolean.FALSE);
put(PropertyName.DEBUG_IS_ACTIVE,DebugIsActive?Boolean.TRUE:Boolean.FALSE);
put(PropertyName.OUT_PRODUCER,OutProducer);
put(PropertyName.SHORT_WAIT,new Integer(ShortWait));
put(PropertyName.OFFICE_PROVIDER,OfficeProvider);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment