Searched defs:exp_file (Results 1 - 5 of 5) sorted by relevance
| /forgerock/opendj-b2.6/tests/staf-tests/shared/dsml/src/com/ibm/staf/service/opends/ |
| H A D | DSMLService.java | 242 String exp_file = parsedRequest.optionValue(OP_EXP_FILE); 251 sr = handleCompareFile(exp_file, file); 266 private STAFResult handleCompareFile(String exp_file, String file) { argument 269 "handle File compare for exp_file=[" + exp_file + "], file=[" + file + "]"); 270 if (!(exp_file.endsWith(DSMLFileFilter.EXPECTED_FILE_EXTENSION) || exp_file.endsWith(DSMLFileFilter.ISSUE_FILE_EXTENSION))) { 272 sr.result = "invalid input " + exp_file + " should end with " + 282 expectedFile = new File(exp_file); 333 logger.log(STAFLog.Error, "exp_file [all...] |
| /forgerock/opendj2/tests/staf-tests/shared/dsml/src/com/ibm/staf/service/opends/ |
| H A D | DSMLService.java | 241 String exp_file = parsedRequest.optionValue(OP_EXP_FILE); 250 sr = handleCompareFile(exp_file, file); 265 private STAFResult handleCompareFile(String exp_file, String file) { argument 268 "handle File compare for exp_file=[" + exp_file + "], file=[" + file + "]"); 269 if (!(exp_file.endsWith(DSMLFileFilter.EXPECTED_FILE_EXTENSION) || exp_file.endsWith(DSMLFileFilter.ISSUE_FILE_EXTENSION))) { 271 sr.result = "invalid input " + exp_file + " should end with " + 281 expectedFile = new File(exp_file); 332 logger.log(STAFLog.Error, "exp_file [all...] |
| /forgerock/opendj2.6.2/tests/staf-tests/shared/dsml/src/com/ibm/staf/service/opends/ |
| H A D | DSMLService.java | 242 String exp_file = parsedRequest.optionValue(OP_EXP_FILE); 251 sr = handleCompareFile(exp_file, file); 266 private STAFResult handleCompareFile(String exp_file, String file) { argument 269 "handle File compare for exp_file=[" + exp_file + "], file=[" + file + "]"); 270 if (!(exp_file.endsWith(DSMLFileFilter.EXPECTED_FILE_EXTENSION) || exp_file.endsWith(DSMLFileFilter.ISSUE_FILE_EXTENSION))) { 272 sr.result = "invalid input " + exp_file + " should end with " + 282 expectedFile = new File(exp_file); 333 logger.log(STAFLog.Error, "exp_file [all...] |
| /forgerock/opendj2-jel-hg/tests/staf-tests/shared/dsml/src/com/ibm/staf/service/opends/ |
| H A D | DSMLService.java | 242 String exp_file = parsedRequest.optionValue(OP_EXP_FILE); 251 sr = handleCompareFile(exp_file, file); 266 private STAFResult handleCompareFile(String exp_file, String file) { argument 269 "handle File compare for exp_file=[" + exp_file + "], file=[" + file + "]"); 270 if (!(exp_file.endsWith(DSMLFileFilter.EXPECTED_FILE_EXTENSION) || exp_file.endsWith(DSMLFileFilter.ISSUE_FILE_EXTENSION))) { 272 sr.result = "invalid input " + exp_file + " should end with " + 282 expectedFile = new File(exp_file); 333 logger.log(STAFLog.Error, "exp_file [all...] |
| /forgerock/opendj2-hg/tests/staf-tests/shared/dsml/src/com/ibm/staf/service/opends/ |
| H A D | DSMLService.java | 241 String exp_file = parsedRequest.optionValue(OP_EXP_FILE); 250 sr = handleCompareFile(exp_file, file); 265 private STAFResult handleCompareFile(String exp_file, String file) { argument 268 "handle File compare for exp_file=[" + exp_file + "], file=[" + file + "]"); 269 if (!(exp_file.endsWith(DSMLFileFilter.EXPECTED_FILE_EXTENSION) || exp_file.endsWith(DSMLFileFilter.ISSUE_FILE_EXTENSION))) { 271 sr.result = "invalid input " + exp_file + " should end with " + 281 expectedFile = new File(exp_file); 332 logger.log(STAFLog.Error, "exp_file [all...] |
Completed in 74 milliseconds