@RunWith(Arquillian.class)
public class PathBasedStaticFilesTest extends StaticFilesTestBase {
@Deployment
public static WebArchive getDeployment() {
WebArchive archive = getTckDeployment(new TestContext()
.setAppEngineWebXmlFile("appengine-web-path-based-static-files.xml"));
createFile(archive, "/foo/bar.txt");
createFile(archive, "/included_shallow/foo.txt");
createFile(archive, "/included_shallow/subdir/foo.txt");
createFile(archive, "/included_shallow/subdir/subsubdir/foo.txt");