Le 27/02/2014 19:28, Damjan Jovanovic a écrit :
> The raw image has the XP TITLE field in IFD0, but the test writes it
> into the EXIF IFD and then reads it from any IFD, so it could find it
> the wrong one. The search order must be different, but I don't
> understand why.
I think I have understoo
The raw image has the XP TITLE field in IFD0, but the test writes it
into the EXIF IFD and then reads it from any IFD, so it could find it
the wrong one. The search order must be different, but I don't
understand why.
In any case, the whole TIFF package is full of nonsense and in need of
a rewrite
Could this be code page related?
Gary
On Thu, Feb 27, 2014 at 11:10 AM, luc wrote:
> Le 2014-02-27 16:22, Stefan Bodewig a écrit :
>
> On 2014-02-27, luc wrote:
>>
>> Is this failure expected? I am running the tests suite on a Linux
>>> computer, maybe MicrosoftTagTest is windows-specific?
>
Le 2014-02-27 16:22, Stefan Bodewig a écrit :
On 2014-02-27, luc wrote:
Is this failure expected? I am running the tests suite on a Linux
computer, maybe MicrosoftTagTest is windows-specific?
all tests pass for me:
$ uname -a
Linux brick 3.5.0-46-generic #70-Ubuntu SMP Wed Jan 8 18:40:46 UTC
On 2014-02-27, luc wrote:
> Is this failure expected? I am running the tests suite on a Linux
> computer, maybe MicrosoftTagTest is windows-specific?
all tests pass for me:
$ uname -a
Linux brick 3.5.0-46-generic #70-Ubuntu SMP Wed Jan 8 18:40:46 UTC 2014
x86_64 x86_64 x86_64 GNU/Linux
$ java -v
it works at least in my environment which is:
Apache Maven 3.2.1 (ea8b2b07643dbb1b84b6d16e1f08391b666bc1e9;
2014-02-14T18:37:52+01:00)
Maven home: /usr/local/Cellar/maven/3.2.1/libexec
Java version: 1.7.0_45, vendor: Oracle Corporation
Java home:
/Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/C
All the tests run for me from Eclipse on Windows 7 with Java 7 64 bit.
Gary
On Thu, Feb 27, 2014 at 9:25 AM, luc wrote:
> Hi,
>
> Trying to run the tests for [imaging] on the current development version,
> I keep getting a failing Junit test.
>
> Failed tests:
> MicrosoftTagTest.testRewrit
Hi,
Trying to run the tests for [imaging] on the current development
version, I keep getting a failing Junit test.
Failed tests:
MicrosoftTagTest.testRewrite:77->checkFields:85 expected:<[title]> but
was:<[WE à l'étang de Blodelsheim]>
Is this failure expected? I am running the tests suit