Home
last modified time | relevance | path

Searched refs:docpth (Results 1 – 1 of 1) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A Dutils.java70 String docpth = System.getProperty("DOCPTH"); in getFullTestDocName() local
71 if (docpth.endsWith("\\") || docpth.endsWith("/")) { in getFullTestDocName()
72 docpth = docpth.substring(0, docpth.length() - 1); in getFullTestDocName()
75 System.out.println("docpth:" + docpth); in getFullTestDocName()
79 if (docpth.equals("unknown")) { in getFullTestDocName()
95 docpth = tDoc; in getFullTestDocName()
101 if (docpth.startsWith("http:")) { in getFullTestDocName()
102 return docpth + "/" + sDocName; in getFullTestDocName()
106 if (docpth.equals("unknown")) { in getFullTestDocName()
116 testdocPth = docpth + pthSep + sDocName; in getFullTestDocName()