summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativexmlhttprequest
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| | | | Reviewed-by: Trust Me
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-2953-53/+53
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* Autotests cleanup.Yann Bodson2010-09-101-38/+29
|
* Fix responseText to check the charset encoding field and also to notBea Lam2010-08-253-12/+32
| | | | | | | | assume that the data is xml. The change also follows the w3c spec more closely (e.g. check the mime type field as well for encoding, for both responseText and responseXML). Task-number: QTBUG-13117
* Make declarative autotests compile on Symbian abld build systemJoona Petrell2010-06-082-3/+6
| | | | | Task-number: Reviewed-by: Martin Jones
* Symbian build fix to declarative auto and benchmark testsJoona Petrell2010-05-141-2/+8
| | | | | Task-number: QTBUG-9491 Reviewed-by: Martin Jones
* Fix versioning of Qt Declarative's in-built typesAlan Alpert2010-04-2153-53/+53
| | | | | | Since we aren't releasing for 4.6, all types are new in 4.7. Task-number: QTBUG-10081
* Pass even if $LANG is not set to en_US.*Warwick Allison2010-04-1433-16/+37
|
* Tweak tests to run in parallelAaron Kennedy2010-04-131-0/+3
|
* Remove usage of Script where not actually testing the obsolete construct.Warwick Allison2010-04-085-278/+268
|
* Don't assume documents are in UTF-8.Bea Lam2010-03-053-0/+53
| | | | Task-number: QTBUG-7719
* Use _data() for some testsBea Lam2010-03-051-377/+158
|
* make runnable from elsewhereWarwick Allison2010-03-031-3/+3
|
* Change autotest class prefix from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX ↵Leonardo Sobral Cunha2010-02-241-46/+46
| | | | to QDeclarativeXXX.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-2481-0/+3665
QDeclarativeXXX.