search(vm.values().iterator(), VALUE2);
}
public void testContainsKeyEmpty() {
final JcrPropertyMap map = createPropertyMap(rootNode);
assertFalse(map.containsKey(""));
assertNull(map.get(""));
}
public void testNamesOld() throws Exception {
this.rootNode.getSession().refresh(false);