summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Add CMake tests.HEADmasterMarcel Krems2014-10-283-0/+22
| | | | | | Task-number: QTBUG-41445 Change-Id: I8fb0eca0f38d38d8bdd6540c2c66cc4c62523848 Reviewed-by: Stephen Kelly <steveire@gmail.com>
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-244-97/+97
| | | | | | | | Change copyrights and license headers from Nokia to Digia Change-Id: Ib1ad4694409314c40010c339db2397848fc484a6 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-012-0/+2
| | | | | | | | | | Qt 5.0 beta requires changing the default to the 5.0 API, disabling the deprecated code. However, tests should test (and often do) the compatibility API too, so turn it back on. Task-number: QTBUG-25053 Change-Id: I1923901450557f0c8119d415bdd31fba9f58de93 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
* network-settings.h is one level closer.Thiago Macieira2012-08-011-1/+1
| | | | | | | | When this test was in QtNetwork, there was an extra level in the directory hierarchy. Change-Id: I2c2706e9062301126dfd9dcb68becee4efd9c874 Reviewed-by: Shane Kearns <shane.kearns@accenture.com>
* Fix failing test caseShane Kearns2012-04-202-25/+16
| | | | | | | | | Removed references to nokia and trolltech websites, the test just uses the network test server now. The test was failing due to a redirect in place on qt.nokia.com Change-Id: I3716552cc1a12f0157121694250cfacaf5cbc7b8 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
* Add headersclean testShane Kearns2012-04-203-0/+55
| | | | | Change-Id: I27c3c6d0e36b65f995de05820779b3d2a56d1a18 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
* Add pro file structureShane Kearns2012-04-203-2/+7
| | | | | Change-Id: I82c697726e3689cf34c5378dc122e018d3603401 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
* copy network-settings.h from QtShane Kearns2012-04-201-0/+160
| | | | | Change-Id: I8633bca48e58adbc9a560b36a88ebb5dce6b745c Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
* Port QHttp autotestShane Kearns2012-04-202-4/+4
| | | | | Change-Id: I110f93f0bc3e63c30f9a01b67303d73b6af07d53 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
* Copy qhttp autotest from QtBaseShane Kearns2012-04-2013-0/+5325
Change-Id: I35d5d34e093883954eeccbd8d66dd953d668aa79 Reviewed-by: Shane Kearns <shane.kearns@accenture.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>