Home
last modified time | relevance | path

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

/aoo4110/main/qadevOOo/runner/convwatch/
H A DReportDesignerTest.java290 String sAppExecutionCommand = (String) param.get("AppExecutionCommand"); in ReportDesignTest() local
291 log.println("sAppExecutionCommand='" + sAppExecutionCommand + "'"); in ReportDesignTest()
318 sAppExecutionCommand = sAppExecutionCommand.replaceAll( "\\$\\{USERNAME\\}", sUser); in ReportDesignTest()
319 log.println("sAppExecutionCommand='" + sAppExecutionCommand + "'"); in ReportDesignTest()
324 checkIfOfficeExists(sAppExecutionCommand); in ReportDesignTest()
325 param.put("AppExecutionCommand", new String(sAppExecutionCommand)); in ReportDesignTest()

Completed in 28 milliseconds