}
@Test
public void testWrongUrl() throws Exception {
LOG.debug("Testing the update ability with a wrong URL.");
final UpdatingUserAgentStringParserImpl parser = new UpdatingUserAgentStringParserImpl(new NotUpdateableXmlDataStore());
LOG.debug("Reducing the update interval during the test.");
parser.setUpdateInterval(10l);
parser.parse("");
LOG.debug("Testing the update ability with a wrong URL done.");
}