Update test after QUrl minor behaviour change
authorThiago Macieira <thiago.macieira@intel.com>
Wed, 11 Apr 2012 17:05:32 +0000 (14:05 -0300)
committerQt by Nokia <qt-info@nokia.com>
Thu, 12 Apr 2012 03:02:39 +0000 (05:02 +0200)
commit31c5b237c4f0eb6848c7d2e3ae84232c6f8f6d26
tree73a68de5416102f2fd8286ffc10d9b336a573a9e
parent2d393ae042d5badf0862c0f95122f9662042f2a9
Update test after QUrl minor behaviour change

Changes required:
 - Uppercase the hex in percent-encodings
 - The tolerant decoder treats all % as broken if any one is broken
   (Input "%2B50%" is rendered now "%252B50%25", where previously it
   was "%2B50%25)

The extra test is just so we use QString first. If the test fails, we
get a nicer output from QtTest, instead of the hex dump it uses for
QByteArray.

Change-Id: I4c5cbfa3be962c648b50a69dc8bc3c4acc551e62
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
tests/auto/qml/qqmlproperty/tst_qqmlproperty.cpp