* All tests in this suite require a user and a weblog.
*/
public void setUp() throws Exception {
try {
mockFactory = new WebMockObjectFactory();
// create mock RollerContext
MockServletContext ctx = mockFactory.getMockServletContext();
ctx.setRealPath("/", ".");
rollerContext = new MockRollerContext();