Use UTF-8 in the QtTest data and benchmark tags
authorThiago Macieira <thiago.macieira@intel.com>
Wed, 2 May 2012 12:49:31 +0000 (14:49 +0200)
committerQt by Nokia <qt-info@nokia.com>
Sat, 9 Jun 2012 08:45:01 +0000 (10:45 +0200)
commitfbabbe63c5dcf688f38a7c9bf1bae63b19086935
treed67ceadb22ec11b03b9d84ea1bd203fef831b2d5
parent693468a54da02ff64b104bae8d3b419253889233
Use UTF-8 in the QtTest data and benchmark tags

Future-proofing. Since Qt source code is now mandated to be in UTF-8,
it is entirely possible that someone will use non-ASCII in data tags.

Though it would be interesting to see how to access them from the
Windows command-line.

Change-Id: I880fc312432b62143888ff1e1d9abbd54f704601
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
35 files changed:
src/testlib/qplaintestlogger.cpp
src/testlib/qxmltestlogger.cpp
src/testlib/qxunittestlogger.cpp
tests/auto/testlib/selftests/expected_assert.xml
tests/auto/testlib/selftests/expected_badxml.xml
tests/auto/testlib/selftests/expected_benchlibcounting.xml
tests/auto/testlib/selftests/expected_benchlibeventcounter.xml
tests/auto/testlib/selftests/expected_benchlibtickcounter.xml
tests/auto/testlib/selftests/expected_benchlibwalltime.xml
tests/auto/testlib/selftests/expected_cmptest.xml
tests/auto/testlib/selftests/expected_commandlinedata.xml
tests/auto/testlib/selftests/expected_counting.xml
tests/auto/testlib/selftests/expected_datatable.xml
tests/auto/testlib/selftests/expected_datetime.xml
tests/auto/testlib/selftests/expected_exceptionthrow.xml
tests/auto/testlib/selftests/expected_expectfail.xml
tests/auto/testlib/selftests/expected_failcleanup.xml
tests/auto/testlib/selftests/expected_failinit.xml
tests/auto/testlib/selftests/expected_failinitdata.xml
tests/auto/testlib/selftests/expected_fetchbogus.xml
tests/auto/testlib/selftests/expected_findtestdata.xml
tests/auto/testlib/selftests/expected_globaldata.xml
tests/auto/testlib/selftests/expected_longstring.xml
tests/auto/testlib/selftests/expected_maxwarnings.xml
tests/auto/testlib/selftests/expected_singleskip.xml
tests/auto/testlib/selftests/expected_skip.xml
tests/auto/testlib/selftests/expected_skipcleanup.xml
tests/auto/testlib/selftests/expected_skipinit.xml
tests/auto/testlib/selftests/expected_skipinitdata.xml
tests/auto/testlib/selftests/expected_strcmp.xml
tests/auto/testlib/selftests/expected_subtest.xml
tests/auto/testlib/selftests/expected_verbose1.xml
tests/auto/testlib/selftests/expected_verbose2.xml
tests/auto/testlib/selftests/expected_warnings.xml
tests/auto/testlib/selftests/expected_xunit.xml