summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qdataurl
Commit message (Collapse)AuthorAgeFilesLines
* Fix qDecodeDataUrl for already percentage encoded content.Alexis Menard2012-05-092-0/+97
If the url we pass as parameter already have percentage encoded data, we don't want to decode it and call fromPercentEncoding. The test coverage is not complete for qdataurl.cpp file but it is better than previously and it will also protect us from future regressions. Change-Id: I79f709f44bed1b7f274a3de639c7e291fa91a193 Reviewed-by: Thiago Macieira Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>