[rfc][icedtea-web] fixing remote tests.

Jiri Vanek jvanek at redhat.com
Fri Feb 27 08:35:20 UTC 2015


On 02/26/2015 09:16 PM, Jacob Wisor wrote:
> On 02/26/2015 06:41 PM, Jiri Vanek wrote:
>>  From currently 180 really failing tests, 98 are regressions from 1.5
>> The most simple to fix are remote tests, see the patch.
>>
>> Note - the fix to message.properties is not error. The apostrophe is taken as
>> quoting mark in properties, so it was not expanding {1}.
>>
>> diff -r b053e7638d7f netx/net/sourceforge/jnlp/resources/Messages.properties
>> --- a/netx/net/sourceforge/jnlp/resources/Messages.properties    Wed Feb 25 15:40:44 2015 +0100
>> +++ b/netx/net/sourceforge/jnlp/resources/Messages.properties    Thu Feb 26 18:32:27 2015 +0100
>> […]
>> -JREversionDontMatch=Warning - your JRE - {0} - don't match requested JRE - {1}
>> +JREversionDontMatch=Warning - your JRE - {0} - does not match requested JRE - {1}
>
> So, the encoding is correct for property files, and it is actually the argument parser not doing its
> job right, right?
>

Right!



More information about the distro-pkg-dev mailing list