| | |
| | | // (like the test backend we use in every tests): backend is disabled then |
| | | // re-enabled and this clears the backend reference and thus the underlying |
| | | // data. So for this particular test, we use a classical backend. |
| | | TestCaseUtils.clearJEBackend("userRoot"); |
| | | TestCaseUtils.clearBackend("userRoot"); |
| | | |
| | | // For most tests, a limited number of entries is enough |
| | | updatedEntries = newLDIFEntries(2); |
| | |
| | | + "ds-cfg-receive-status: true\n" |
| | | + "ds-cfg-window-size: " + WINDOW_SIZE; |
| | | |
| | | TestCaseUtils.clearJEBackend("userRoot"); |
| | | TestCaseUtils.clearBackend("userRoot"); |
| | | |
| | | addSynchroServerEntry(synchroServerLdif); |
| | | |
| | |
| | | callParanoiaCheck = false; |
| | | super.classCleanUp(); |
| | | |
| | | TestCaseUtils.clearJEBackend("userRoot"); |
| | | TestCaseUtils.clearBackend("userRoot"); |
| | | |
| | | paranoiaCheck(); |
| | | } |