public void setUp() throws Exception {
H.setUp();
final String testRootPath = HttpTest.HTTP_BASE_URL + "/" + getClass().getSimpleName() + "/" + System.currentTimeMillis();
testRootUrl = H.getTestClient().createNode(testRootPath + SlingPostConstants.DEFAULT_CREATE_SUFFIX, null);
rtNode = new HttpTestNode(H.getTestClient(), testRootPath + "/rt", null);
unstructuredNode = new HttpTestNode(H.getTestClient(), testRootPath + "/unstructured", null);
}