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.
| | |
| | | |
| | | 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 |
| | |
| | | |
| | | 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("*********************************************"); |