Home
last modified time | relevance | path

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

/aoo41x/main/qadevOOo/runner/util/
H A Dutils.java71 String docpth = System.getProperty("DOCPTH"); in getFullTestDocName() local
72 if (docpth.endsWith("\\") || docpth.endsWith("/")) { in getFullTestDocName()
73 docpth = docpth.substring(0, docpth.length() - 1); in getFullTestDocName()
76 System.out.println("docpth:" + docpth); in getFullTestDocName()
80 if (docpth.equals("unknown")) { in getFullTestDocName()
96 docpth = tDoc; in getFullTestDocName()
102 if (docpth.startsWith("http:")) { in getFullTestDocName()
103 return docpth + "/" + sDocName; in getFullTestDocName()
107 if (docpth.equals("unknown")) { in getFullTestDocName()
117 testdocPth = docpth + pthSep + sDocName; in getFullTestDocName()

Completed in 23 milliseconds