| | |
| | | // re-enabled and this clears the backend reference and thus the underlying |
| | | // data. So for this particular test, we use a classical backend. Let's |
| | | // clear it and create the root entry |
| | | TestCaseUtils.clearJEBackend("userRoot"); |
| | | TestCaseUtils.clearBackend("userRoot"); |
| | | addEntry("dn: dc=example,dc=com\n" + "objectClass: top\n" |
| | | + "objectClass: domain\n"); |
| | | |
| | |
| | | entriesToCleanup.remove(DN.valueOf(EXAMPLE_DN)); |
| | | super.classCleanUp(); |
| | | |
| | | TestCaseUtils.clearJEBackend("userRoot"); |
| | | TestCaseUtils.clearBackend("userRoot"); |
| | | TestCaseUtils.deleteDirectory(reSyncTempDir); |
| | | |
| | | paranoiaCheck(); |