template = mgr.getPageByName(testWeblog, "testtesttest");
assertNotNull(template);
assertEquals(testPage.getContents(), template.getContents());
// delete template
mgr.removePage(template);
TestUtils.endSession(true);
// check that delete was successful
template = null;
template = mgr.getPageByName(testWeblog, testPage.getName());