On 6/20/07, Doğacan Güney <[EMAIL PROTECTED]> wrote:
>
> This is rather strange. Here is part of the console output:
>
> test:
>      [echo] Testing plugin: parse-swf
>     [junit] Running org.apache.nutch.parse.swf.TestSWFParser
>     [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.315 sec
>     [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 5.387 sec
>
> init:
>     [junit] Test org.apache.nutch.parse.feed.TestFeedParser FAILED
>
>
> SWFParser fails one of the unit tests but the report says that
> FeedParser has failed even though it has actually passed its test:
>
> test:
>      [echo] Testing plugin: feed
>     [junit] Running org.apache.nutch.parse.feed.TestFeedParser
>     [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.304 sec
>
>

(ant test forks processes to test code, that's why we are seeing test
outputs out of order.)

Anyway, it is not TestSWFParser but TestFeedParser that fails. I am
trying to understand why it fails. Chris, can you lend me a hand here?

-- 
Doğacan Güney
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Nutch-developers mailing list
Nutch-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nutch-developers

Reply via email to