assertContains("<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>", response.getContent());
}
@Test
public void testResponseWithReport() throws Exception {
content = new FileDocumentSource(
new File("src/test/resources/org/apache/any23/servlet/missing-og-namespace.html")
).readStream();
acceptHeader = "text/plain";
HttpTester response = doGetRequest("/best/http://foo.com?validation-mode=validate-fix&report=on");
Assert.assertEquals(200, response.getStatus());