diff options
author | Noel Grandin <noel@peralex.com> | 2014-08-11 15:04:04 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-08-14 10:59:47 +0200 |
commit | 89c0a2b2f65beeb6f42d3334662100a13169a8d6 (patch) | |
tree | d9620639bd42607d37025e7fda37a41f2877fd60 /qadevOOo/runner/lib | |
parent | 25e4635d3537bbdf389301bceef5b122824e98af (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.java | 2 |
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); } |