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

el_kaboing
21.17.2006 6a14add4f7b2966d73b9d1a0ffc5b9e1a6d4d826
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
opends/tests/integration-tests-testng/src/server/org/opends/server/integration/bob/BobAddTests.java 6 ●●●● patch | view | raw | blame | history
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("*********************************************");