- [Issue 1211] Many subsequent test failures after using restore task : re-enable testRestoreBackend test.
| | |
| | | * CDDL HEADER END |
| | | * |
| | | * |
| | | * Copyright 2008 Sun Microsystems, Inc. |
| | | * Copyright 2007-2009 Sun Microsystems, Inc. |
| | | */ |
| | | package org.opends.server.types; |
| | | |
| | |
| | | * |
| | | * @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) |