Fix locale test on Linux and skip it on Windows.
authorGlenn Watson <glenn.watson@nokia.com>
Wed, 20 Jun 2012 02:57:43 +0000 (12:57 +1000)
committerQt by Nokia <qt-info@nokia.com>
Thu, 21 Jun 2012 23:26:29 +0000 (01:26 +0200)
commit4d27bc91f0da57c383762b96674f7a335efdbb28
tree8ea17d0e9f5c6d51095855513e545be134bb593a
parentfa457e593deca9fcffe2d6ec6ca0aa40d9fa7b76
Fix locale test on Linux and skip it on Windows.

The timezone that V8 internally uses was not being updated at the
end of one test, causing failures in subsequent tests. This was
only showing up on Windows because the test was being skipped on
Linux due to a typo. Skip the test on Windows due to complexity
of changing the timezone (added comments in code with details).

Change-Id: I47c8542111e8ddfbdeff39815c50d98570b0c6c2
Reviewed-by: Matthew Vogt <matthew.vogt@nokia.com>
tests/auto/qml/qqmllocale/data/timeZoneUpdated.qml
tests/auto/qml/qqmllocale/tst_qqmllocale.cpp