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

Jacob Wisor gitne at gmx.de
Thu Feb 26 20:16:31 UTC 2015


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?

Regards,

Jacob


More information about the distro-pkg-dev mailing list