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

el_kaboing
21.17.2006 a60c20ce44938029e5f05b2c7b241ce985e3692e
Commented out Bob Add Tests 45 and 46. These tests are working normally. However, in these tests OpenDS is echoing back binary data from the jpeg attribute. The binary data makes the output very messy. Engineering may work out an alternative message so that large binary data with non-printable characters are not echoed back to standard out or standard error.

1 files modified
6 ■■■■ changed files
opendj-sdk/opends/tests/integration-tests-testng/src/server/org/opends/server/integration/bob/BobAddTests.java 6 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/tests/integration-tests-testng/src/server/org/opends/server/integration/bob/BobAddTests.java
@@ -788,7 +788,7 @@
    compareExitCode(retCode, expCode);
  }
/*
  @Parameters({ "hostname", "port", "bindDN", "bindPW", "integration_test_home", "logDir" })
  @Test(alwaysRun=true, dependsOnMethods = { "org.opends.server.integration.bob.BobAddTests.testBobAdd44" })
  public void testBobAdd45(String hostname, String port, String bindDN, String bindPW, String integration_test_home, String logDir) throws Exception
@@ -824,9 +824,9 @@
    compareExitCode(retCode, expCode);
  }
*/
  @Parameters({ "hostname", "port", "bindDN", "bindPW", "integration_test_home", "logDir" })
  @Test(alwaysRun=true, dependsOnMethods = { "org.opends.server.integration.bob.BobAddTests.testBobAdd46" })
  @Test(alwaysRun=true, dependsOnMethods = { "org.opends.server.integration.bob.BobAddTests.testBobAdd44" })
  public void testBobAdd47(String hostname, String port, String bindDN, String bindPW, String integration_test_home, String logDir) throws Exception
  {
    System.out.println("*********************************************");