[ 
https://issues.apache.org/jira/browse/TIKA-551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12931649#action_12931649
 ] 

Jukka Zitting commented on TIKA-551:
------------------------------------

I tried this with 1.6.0_05 on Windows, where it worked correctly. The problem 
is most likely in the platform-specific ImageIO providers included in the Java 
installation.

The simplest solution is probably just to comment out all the assertions that 
are causing problems for you. There should still be plenty of assertions to 
catch true regressions in our code.

> Unit test failures in org.apache.tika.parser.image.ImageParserTest on JDK 
> 1.6.0_05
> ----------------------------------------------------------------------------------
>
>                 Key: TIKA-551
>                 URL: https://issues.apache.org/jira/browse/TIKA-551
>             Project: Tika
>          Issue Type: Bug
>            Reporter: Maxim Valyanskiy
>         Attachments: org.apache.tika.parser.image.ImageParserTest.txt
>
>
> $ mvn test
> .....
> Results :
> Failed tests: 
>   testJPEG(org.apache.tika.parser.image.ImageParserTest)
>   testBMP(org.apache.tika.parser.image.ImageParserTest)
>   testPNG(org.apache.tika.parser.image.ImageParserTest)
> This bug reproduces only on:
> java version "1.6.0_05"
> Java(TM) SE Runtime Environment (build 1.6.0_05-b13)
> Java HotSpot(TM) Server VM (build 10.0-b19, mixed mode)
> Test successfully passes on 1.6.0_11, 1.6.0_21 and on latest OpenJDK 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to