Add a big test for QUrl encoding principles
authorThiago Macieira <thiago.macieira@intel.com>
Tue, 3 Apr 2012 15:42:03 +0000 (12:42 -0300)
committerQt by Nokia <qt-info@nokia.com>
Wed, 11 Apr 2012 21:31:52 +0000 (23:31 +0200)
commit9af551f7ab55d86ae0cca645bb7a86933b00d75c
tree74d215dae1ebe973a94c856933cadb1e847b97e4
parentef288340da61a72ac6d7ecb48e5bce5fef8cf11b
Add a big test for QUrl encoding principles

This tests how QUrl encodes and decodes certain characters and leaves
some other ones alone. It also tests that the output of toString() (in
whichever encoding was being tested) is also parsed again to be
exactly the same as the previously decoded form.

Change-Id: Ie358d001f8b903409db61db48bde1ea679241a60
Reviewed-by: Shane Kearns <shane.kearns@accenture.com>
tests/auto/corelib/io/qurl/tst_qurl.cpp