@Test(dependsOnMethods = {"testAdd", "testSearchIndex",
"testSearchScope", "testSearchNotIndexed", "testModifyDNNewSuperior",
"testMatchedDN", "testNumSubordinates",
"testNumSubordinatesIndexEntryLimitExceeded"})
public void testDeleteSubtree() throws Exception {
Control control = new SubtreeDeleteControl(false);
ArrayList<Control> deleteSubTreeControl = new ArrayList<Control>();
deleteSubTreeControl.add(control);
InternalClientConnection conn =
InternalClientConnection.getRootConnection();