On Thu, Sep 15, 2011 at 23:44, Pierre Joye <[email protected]> wrote:
> On Thu, Sep 15, 2011 at 11:42 PM, Stas Malyshev <[email protected]> wrote:
>
>> The problem is data may vary by CLDR version, etc. and keeping pace with all
>> variants on all platforms, etc. will be a nightmare.
>
> To have a couple of versions, say x.y, x.y+1 sounds reasonable and possible.
Its not our responsibility to test the 3rd party library data, thats
for intl to test.
Just like its not our responsibility to test flex or OS network error messages.
We need to test that we understand the data and work with it properly.
My test failure seem to be both caused by data difference, but also
float precision and timezone issues, and thats within our domain to
ensure is working fine.
-Hannes