@Test
public void testRemoveByIndex()
{
final Document oldDocument = new Document();
final Node oldParent = new Node();
oldDocument.addChild(oldParent);
final Elements<Node> oldElements = new Nodes(oldParent);
final Document document = new Document();
final Node parent = new Node();