mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

madiot
30.34.2009 fe572bf501ea876e555b498780f68019240c5e35
opendj-sdk/opends/tests/staf-tests/shared/dsml/src/com/ibm/staf/service/opends/DSMLService.java
@@ -156,7 +156,9 @@
  }
  private STAFResult handleCheckErrorStrings(STAFServiceInterfaceLevel30.RequestInfo info) {
    STAFResult sr = new STAFResult(0);
    // default return will be kDSMLInvalidSomething + 14 marking that
    // no known error string match the erroneous expected file content.
    STAFResult sr = new STAFResult(kDSMLInvalidSomething + 14);
    STAFCommandParseResult parsedRequest = fParser.parse(info.request);
    if (parsedRequest.rc != STAFResult.Ok) {
      return new STAFResult(STAFResult.InvalidRequestString,