public void testBrokenContext() throws Exception
{
VirtualFile file = getVirtualFile("/vfs/sundry", "jar/archive.jar");
log.debug(file.getName() + " " + file);
assertFalse("Should not be a leaf", file.isLeaf());
file = file.findChild("empty");
log.debug(file.getName() + " " + file);
}
public void testArchive() throws Exception
{