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

abobrov
30.48.2009 df36d75e0bbeb2e98c8f496e2ae3119c8284def6
- [Issue 1211] Many subsequent test failures after using restore task : re-enable testRestoreBackend test.
1 files modified
4 ■■■■ changed files
opends/tests/unit-tests-testng/src/server/org/opends/server/types/PrivilegeTestCase.java 4 ●●●● patch | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/types/PrivilegeTestCase.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Copyright 2008 Sun Microsystems, Inc.
 *      Copyright 2007-2009 Sun Microsystems, Inc.
 */
package org.opends.server.types;
@@ -989,7 +989,7 @@
   *
   * @throws  Exception  If an unexpected problem occurs.
   */
  @Test(enabled = false, dataProvider = "testdata", groups = { "slow" },
  @Test(dataProvider = "testdata", groups = { "slow" },
        dependsOnMethods = { "testBackupBackend" })
  public void testRestoreBackend(InternalClientConnection conn,
                                 boolean hasPrivilege)