Searched refs:sAppExecutionCommand (Results 1 – 1 of 1) sorted by relevance
290 String sAppExecutionCommand = (String) param.get("AppExecutionCommand"); in ReportDesignTest() local291 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 12 milliseconds