Skip to content

Commit

Permalink
Fixed TestParserFactory post Nutch-888
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/nutch/branches/branch-1.3@1099902 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
jnioche committed May 5, 2011
1 parent e436a26 commit 2d2322b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/org/apache/nutch/parse/TestParserFactory.java
Expand Up @@ -95,7 +95,7 @@ public void testGetParsers() throws Exception {
parsers = parserFactory.getParsers("text/rss","http://foo.com");
assertNotNull(parsers);
assertEquals(1,parsers.length);
assertEquals("org.apache.nutch.parse.rss.RSSParser",
assertEquals("org.apache.nutch.parse.tika.TikaParser",
parsers[0].getClass().getName());
}

Expand Down

0 comments on commit 2d2322b

Please sign in to comment.