assertSubString("Are you sure you want to delete " + this.qualifiedLevel2Name, content);
}
@Test
public void testDeletePage() throws Exception {
WikiPage level1 = WikiPageUtil.addPage(this.root, this.level1Path, "");
WikiPageUtil.addPage(level1, this.level2Path, "");
assertTrue(this.root.getPageCrawler().pageExists(this.level1Path));
MockRequest request = new MockRequest();
request.setResource(this.level1Name);
request.addInput("confirmed", "yes");