// the moved element must be at the head of the list
assertEquals("Block should be at the head of the list now.",
blockInfoList.get(i), head);
// list length must not change
assertEquals("List size should not change", MAX_BLOCKS,
head.listCount(dd));
}
// move head of the list to the head - this should not change the list
LOG.info("Moving head to the head...");
BlockInfo temp = head;