summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/lib
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-08-11 15:04:04 +0200
committerNoel Grandin <noel@peralex.com>2014-08-14 10:59:47 +0200
commit89c0a2b2f65beeb6f42d3334662100a13169a8d6 (patch)
treed9620639bd42607d37025e7fda37a41f2877fd60 /qadevOOo/runner/lib
parent25e4635d3537bbdf389301bceef5b122824e98af (diff)
remove usage of DOCPTH and CNCSTR
from the java test code, this was legacy, just finishing the job Change-Id: I2475efcde561cf10b29ea956972cddc06ec5635e
Diffstat (limited to 'qadevOOo/runner/lib')
-rw-r--r--qadevOOo/runner/lib/TestParameters.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/qadevOOo/runner/lib/TestParameters.java b/qadevOOo/runner/lib/TestParameters.java
index 309633eafd4c..38be83489aee 100644
--- a/qadevOOo/runner/lib/TestParameters.java
+++ b/qadevOOo/runner/lib/TestParameters.java
@@ -163,8 +163,6 @@ public class TestParameters extends HashMap<String,Object> {
put(PropertyName.OPERATING_SYSTEM, getSOCompatibleOSName());
//For compatibility Reasons
- put("CNCSTR", DefaultConnectionString);
- put("DOCPTH", DefaultTestDocumentPath);
System.setProperty("DOCPTH", DefaultTestDocumentPath);
}