Classpath has been changed so that Iterator.hasNext() no longer checks for concurrent modification, causing two tests to fail. This patch updates the tests to look for the new behaviour instead. Bryce