public void testGZippedContent() throws IOException, URISyntaxException, ExtractionException {
assumeOnlineAllowed();
Any23 runner = new Any23();
runner.setHTTPUserAgent("test-user-agent");
HTTPClient httpClient = runner.getHTTPClient();
DocumentSource source = new HTTPDocumentSource(
httpClient,
"http://products.semweb.bestbuy.com/y/products/7590289/"
);
ByteArrayOutputStream out = new ByteArrayOutputStream();