}
public void testChildSize() throws Exception
{
VFSContext context = getVFSContext("simple");
VirtualFileHandler root = context.getRoot();
VirtualFileHandler child = context.findChild(root, "child");
long realSize = getRealSize("simple", "child");
assertEquals(realSize, child.getSize());
}