assertDeployNoChildren("/structure/jar/indirectory", "archive.zip");
}
public void testJarInDirectory() throws Throwable
{
VFSDeploymentContext context = assertDeploy("/structure/jar", "indirectory");
assertChildContexts(context, "archive.jar", "archive.zip");
}