summaryrefslogtreecommitdiffstats
path: root/tests/auto/qnetworkreply/test
Commit message (Collapse)AuthorAgeFilesLines
* tests: eliminated usage of qttest_p4.prf [part 3]Sergio Ahumada2011-12-291-5/+5
| | | | | | | | | qttest_p4.prf was added as a convenience for Qt's own autotests in Qt4. It enables various crufty undocumented magic, of dubious value. Stop using it, and explicitly enable the things from it which we want. Change-Id: I65ba34a59db7aa15bc6304e690c825a4d6cd1037 Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com>
* tests: allow unstable tests to be marked with CONFIG+=insignificant_testSergio Ahumada2011-12-281-0/+2
| | | | | | | | | | Marking a test with CONFIG+=insignificant_test will cause the exit code of the test to be discarded during `make check'. This is intended to be used for tests which are valuable to run, but are known to be unstable and are not feasible to immediately fix. Change-Id: Id7b2407d0a13c8de19a58badb78fa7c018c9b50a Reviewed-by: Jo Asplin
* Symbian: tune network autotest heap size so they can run on emulatorShane Kearns2011-06-301-1/+1
| | | | | | | | | | | | Heap sizes were increased during development due to OOM failures, but the tests cannot be launched on emulator because of the address space problem (symbian emulator known issue) As the OOM failures were caused by unlimited buffering in the proxy socket engines (fixed by c4727a85eed57a4db698326a1bed4aa75b6e5284) the tests work on both emulator and hardware with the new buffer size. Task-number: QTBUG-18221 Reviewed-by: Markus Goetz
* Fix new http multipart test case on symbianShane Kearns2011-03-251-8/+5
| | | | | | | The new test added three reference data files required by the test, but these were not being included in the sis file. Reviewed-by: mread
* Move some network tests from gui.pro to network.proShane Kearns2011-03-091-0/+1
| | | | | | | | | | | These network tests have no dependency on the QtGui dll, so I have moved them to the network autotest group. In some cases this was not stated in the tests' .pro files. The gui autotest group still has a network test (qtcpsocket), but this has a dependency on QtGui for one test case (which uses QMessageBox) Reviewed-by: Markus Goetz
* Test case fixes for QNetworkReplyShane Kearns2011-01-171-1/+1
| | | | | | | | 1. Increase maximum heap, as FTP large file test was running out 2. Add an additional QVERIFY so that a test fails instead of suffering an assertion failure in case no data is received. Reviewed-by: Markus Goetz
* Align .pro with qmake: s/\.sources/.files/.Miikka Heikkinen2010-10-081-3/+3
| | | | | | | | | | Complement previous commit by aligning Qt itself to use .files consistently for DEPLOYMENT as well as INSTALLS. This excludes changes to webkit. Task-number: QTBUG-3216 Reviewed-by: axis
* Merge remote branch 'origin/4.6' into 4.7-from-4.6Rohan McGovern2010-07-291-1/+1
|\ | | | | | | | | | | | | | | | | | | Conflicts: src/3rdparty/webkit/VERSION src/3rdparty/webkit/WebKit/qt/ChangeLog src/gui/itemviews/qlistview.cpp tests/auto/qlistview/tst_qlistview.cpp tests/auto/qnetworkreply/test/test.pro tests/auto/qsocks5socketengine/qsocks5socketengine.pro
| * Fix Rhys' qmake warningsMarkus Goetz2010-07-221-1/+1
| |
* | escape backslashesOswald Buddenhagen2010-05-261-1/+1
|/ | | | this makes windows-style path specs *ugly*. that's intentional. :-P
* Adding ssl certificates to the projectAleksandar Sasha Babic2009-10-021-0/+4
| | | | | | | | | It is much better if test case is self contained, not referring to the files in some other projects. Alos, this makes life easire when it comes to deployement on the embedded devices. Reviewed-by: Peter Hartmann
* Trailing whitespace and tab/space fixes for auto testsJanne Anttila2009-08-041-3/+1
|
* Long live Qt for S60!axis2009-04-241-0/+36