project.createOrUpdateFile(Path.fromPortableString("jcr_root/content/.content.xml"), new ByteArrayInputStream(
new byte[0]));
IModule module = ServerUtil.getModule(contentProject);
SlingContentModuleFactory moduleFactory = new SlingContentModuleFactory();
ModuleDelegate moduleDelegate = moduleFactory.getModuleDelegate(module);
IModuleResource[] members = moduleDelegate.members();
assertThat("members[0].path", members[0].getModuleRelativePath().toPortableString(), equalTo(""));
assertThat("members[1].path", members[1].getModuleRelativePath().toPortableString(), equalTo("content"));