Home
last modified time | relevance | path

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

/AOO42X/main/qadevOOo/runner/util/
H A Dutils.java231 public static String getVersion(String aFile, String aPlatform, String aTestbase) { in getVersion() argument
232 if ((aFile == null) || (aPlatform == null) || (aTestbase == null)) { in getVersion()
240 while (!res.equals("[" + aTestbase.toUpperCase() + "]")) { in getVersion()