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

el_kaboing
14.11.2006 204724f753257ec6af5ba40d92c90abe897e64a4
Modified Bob Add test 1 to expect a return code 1 instead of 0. This test uses an ldif file with an extra space after the attribute name, "add: jpegPhoto ".
1 files modified
2 ■■■ changed files
opends/tests/integration-tests-testng/src/server/org/opends/server/integration/bob/BobAddTests.java 2 ●●● patch | view | raw | blame | history
opends/tests/integration-tests-testng/src/server/org/opends/server/integration/bob/BobAddTests.java
@@ -117,7 +117,7 @@
    ds_output.redirectOutput(logDir, "BobAddTest5.txt");
    int retCode = LDAPModify.mainModify(bob_args);
    ds_output.resetOutput();
    int expCode = 0;
    int expCode = 1;
    compareExitCode(retCode, expCode);
  }