Fix a build break due to several malformed Javadoc blocks (missing "/**" at
the beginning or "*/" at the end).
| | |
| | | * Test Suites. |
| | | * @param logDir The directory for the log files that are |
| | | * generated during the Integration Tests. |
| | | * |
| | | * @throws Exception If a problem occurs. |
| | | */ |
| | | @Parameters({ "hostname", "port", "bindDN", "bindPW", "integration_test_home", "logDir" }) |
| | | @Test(alwaysRun=true, dependsOnMethods = { "org.opends.server.integration.frontend.FrontendRFC2251_binds.testFrontendUserBind3" }) |
| | | public void testFrontendUserBind4(String hostname, String port, String bindDN, String bindPW, String integration_test_home, String logDir) throws Exception |
| | |
| | | compareExitCode(retCode, expCode); |
| | | } |
| | | |
| | | /** |
| | | * Modify the RDN for an existing entry to the RDN of another existing entry. |
| | | * |
| | | * @param hostname The hostname for the server where OpenDS |
| | |
| | | * Test Suites. |
| | | * @param logDir The directory for the log files that are |
| | | * generated during the Integration Tests. |
| | | * |
| | | * @throws Exception If a problem occurs. |
| | | */ |
| | | @Parameters({ "hostname", "port", "bindDN", "bindPW", "integration_test_home", "logDir" }) |
| | | @Test(alwaysRun=true, dependsOnMethods = { "org.opends.server.integration.frontend.FrontendRFC2253_relationships.testFrontendUserRelationship10" }) |
| | | public void testSchemaStartup1(String hostname, String port, String bindDN, String bindPW, String integration_test_home, String logDir) throws Exception |