summaryrefslogtreecommitdiffstats
path: root/tests/auto/qnetworksession
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-312-26/+26
| | | | | | | | | Qt copyrights are now in The Qt Company, so we could update the source code headers accordingly. In the same go we should also fix the links to point to qt.io. Change-Id: I7e3e96183e073877b46bc8071b2ccae19e69426b Reviewed-by: Jani Heikkinen <jani.heikkinen@theqtcompany.com>
* Updated year in copyright headerKai Koehne2014-03-262-2/+2
| | | | | | | | | | | | | | | | | | find . -path '*/3rdparty/*' -prune -o -type f -print | xargs -L1 sed -i -E 's/Copyright(.*) 2013 Digia/Copyright\1 2014 Digia/g' Manually patched files: demos/spectrum/3rdparty/fftreal/fftreal_wrapper.h demos/spectrum/3rdparty/fftreal/fftreal_wrapper.cpp src/3rdparty/s60/eiksoftkeyimage.h tools/qdoc3/test/qt-project.qdocconf tests/auto/qsharedpointer/nontracked.h tests/auto/qsharedpointer/nontracked.cpp Change-Id: I3f9074923b4d6bd4666258ab04f01476cc6e901c Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Sergio Ahumada <sahumada@blackberry.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* test: Mark tst_qnetworksession as insignificant only on WindowsSergio Ahumada2013-05-081-1/+1
| | | | | | | | | This test has been passing lately for Linux and Mac. Task-number: QTQAINFRA-574 Change-Id: I6ed79e9bf166a17226b3196a90b47a3fd48912b2 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Simo Fält <simo.falt@digia.com>
* Update copyright year in Digia's license headersSergio Ahumada2013-01-132-2/+2
| | | | | | Change-Id: I52bf8ef0447b701b4ebf7d7d240013a72adb9425 Reviewed-by: Akseli Salovaara <akseli.salovaara@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-292-48/+48
| | | | | | | | Change copyrights and license headers from Nokia to Digia Change-Id: I280c0a575987d1770e354b4948f1d4d767d711ea Reviewed-by: Simo Fält <simo.falt@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Update contact information in license headers.Sergio Ahumada2012-08-012-4/+4
| | | | | | | | | | | | | - Replace Nokia contact email address with Qt Project website. - Remove "All rights reserved" line from license headers. As in the past, to avoid rewriting various autotests that contain line-number information, an extra blank line has been inserted at the end of the license text to ensure that this commit does not change the total number of lines in the license header. Change-Id: Ie7ba62011752fcb149b99b26317c54f2a0cfa931 Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
* Update year in Nokia copyright messages.Jason McDonald2012-01-112-2/+2
| | | | | | | | | Simple search and replace. This commit doesn't touch 3rd-party files, nor translations (where the change is not so simple and will be handled in a separate commit). Change-Id: I4e48513b8078a44a8cd272326685b25338890148 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* tests: eliminated usage of qttest_p4.prf [part 3]Sergio Ahumada2011-12-291-4/+4
| | | | | | | | | 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
* Doc: Fixing typoSergio Ahumada2011-07-021-10/+10
|
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-132-34/+34
| | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* Merge branch 'symbian-socket-engine' of ↵Shane Kearns2011-03-081-4/+4
|\ | | | | | | | | | | | | | | scm.dev.troll.no:qt/qt-symbian-network into symbian-socket-engine Conflicts: src/network/access/qnetworkaccessmanager.cpp tests/auto/qsslsocket/tst_qsslsocket.cpp
| * Fix compile errors in bearer testsShane Kearns2011-02-231-6/+4
| | | | | | | | | | | | Excluded maemo code from symbian builds. Reviewed-by: Markus Goetz
* | Fix duplicate definition errorShane Kearns2011-02-071-4/+0
|/ | | | | | | As the metatype declaration is now in the qnetworksession header file, it is not needed in the test code (and causes compile error on some platforms) Reviewed-By: Markus Goetz
* Update copyright year to 2011.Jason McDonald2011-01-112-2/+2
| | | | Reviewed-by: Trust Me
* Cherry pick fix for MOBILITY-1194 from Qt Mobility.Aaron McCarthy2010-07-281-3/+8
| | | | 2f582953ecfc53f217317f58e4fc75b5b51a1126
* Cherry pick fix for MOBILITY-800 from Qt Mobility.Aaron McCarthy2010-06-241-15/+24
| | | | 21abc07dc396f08c888bf3cac96b535cc296cb00
* Cherry pick fix for MOBILITY-1063 from Qt Mobility.Aaron McCarthy2010-06-241-6/+78
| | | | 37ad80914f7acb8d4f3364d78e75d48cd14e8e2a
* Fix build on Mac OS X and Windows.Aaron McCarthy2010-05-191-4/+4
|
* Only setup ICD test data when ICD is enabled.Aaron McCarthy2010-05-191-4/+4
| | | | | Fixes unit test build failures introduced in 90de3e5c903b67b2e5f3d7dc14266fe24f1daa23.
* Merge remote branch 'staging/4.7' into bearermanagement/mobility-changes-squashAaron McCarthy2010-05-141-0/+1
|\
| * Run autotests with minimal capabilitiesShane Kearns2010-05-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | The autotests were previously run with ALL-Tcb capability which gives them more access to the filesystem etc. than a typical Qt application. To have more realistic testing environmnent, tests are run with no capabilities other than those required for the Qt APIs they use. i.e. NetworkServices for network tests, None for others. Reviewed-by: Liang Qi
* | Cherry pick fix for MOBILITY-828 from Qt Mobility.Aaron McCarthy2010-05-141-4/+26
| | | | | | | | Change 29776be110cdc121eb5a22446be6adae8ff6f4d8 from Qt Mobility.
* | Cherry pick fix for MOBILITY-828 from Qt Mobility.Aaron McCarthy2010-05-142-143/+242
|/ | | | Change e5f8e3069d0de428a751e8a1dd88f3585f2d3f5f from Qt Mobility.
* Bearer management changes from Qt Mobility (7a5ff985)Aaron McCarthy2010-04-143-10/+31
| | | | 7a5ff9859f5775915ae80c287f51c772599c2379
* Compile with QT_NO_NETWORKINTERFACE defined.Aaron McCarthy2010-03-251-0/+10
|
* Bearer management changes from Qt Mobility (6fb31d1e).Aaron McCarthy2010-03-241-35/+220
| | | | 6fb31d1e287d7def45c115eb56bcb9b0c5cb3c40.
* Don't keep polling network sessions open indefinitely.Aaron McCarthy2010-03-051-0/+63
|
* Bearer management changes from Qt Mobility (fca9891).Aaron McCarthy2010-03-022-7/+299
| | | | fca98911b75ce12e70d93cfc2932a9759758a605
* Fixed qnetworksession test on Mac.Rohan McGovern2010-02-221-0/+1
| | | | Don't use an app bundle for this helper app.
* Create unit-test in parent directory.Aaron McCarthy2010-02-193-1/+12
|
* Fix QNetworkSession unit test.Aaron McCarthy2010-02-163-10/+14
| | | | | Make sure test can find lackey process. Always connect lackey to tests IPC socket.
* Make this a warning.Aaron McCarthy2010-02-161-2/+2
|
* Merge commit 'BearerIntegration-5' into remove-manual-testAaron McCarthy2010-02-034-20/+53
|\ | | | | | | | | | | Conflicts: tests/auto/qnetworksession/lackey/lackey.pro tests/auto/qnetworksession/tst_qnetworksession/tst_qnetworksession.cpp
| * Bearer Management Integration 5.Aaron McCarthy2010-02-034-20/+52
| |
* | Merge commit 'BearerIntegration-4' into bearermanagement/integration-4Aaron McCarthy2010-01-291-1/+7
|\| | | | | | | | | | | | | | | Conflicts: config.tests/unix/networkmanager/networkmanager.pro src/network/bearer/bearer.pro src/network/bearer/qnetworkconfiguration_s60_p.cpp tests/auto/qnetworksession/tst_qnetworksession/tst_qnetworksession.pro
| * Bearer Management Integration 4.Aaron McCarthy2010-01-291-0/+6
| |
* | Port session functionality.Aaron McCarthy2010-01-181-3/+13
| |
* | Merge branch 'bearermanagement/corewlan' into bearermanagement/integration-2Aaron McCarthy2010-01-054-30/+10
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: config.tests/mac/corewlan/corewlan.pro examples/network/bearercloud/bearercloud.pro examples/network/bearermonitor/bearermonitor.pro src/network/bearer/bearer.pro src/network/bearer/qnativewifiengine_win.cpp src/network/bearer/qnetworkconfigmanager_p.cpp src/network/bearer/qnetworkconfiguration_s60_p.cpp src/network/bearer/qnetworksession.cpp src/network/bearer/qnetworksession_p.cpp src/network/bearer/qnmwifiengine_unix.cpp src/network/bearer/qnmwifiengine_unix_p.h src/plugins/bearer/corewlan/qcorewlanengine.mm src/plugins/bearer/generic/qgenericengine.cpp src/plugins/bearer/nla/main.cpp src/plugins/bearer/nla/qnlaengine.cpp tests/auto/qnetworkconfigmanager/qnetworkconfigmanager.pro tests/auto/qnetworkconfiguration/qnetworkconfiguration.pro tests/auto/qnetworksession/lackey/lackey.pro tests/auto/qnetworksession/tst_qnetworksession/tst_qnetworksession.pro tests/manual/bearerex/bearerex.pro tests/manual/networkmanager/networkmanager.pro
| * Fix QNetworkSession unit tests.Aaron McCarthy2009-12-221-2/+4
| | | | | | | | | | | | | | Fix out of process test by trimming input read from lackey. Don't fail in cleanupTestCase() if sessionOpenCloseStop() is not run due to command line.
| * Make unit tests compile.Aaron McCarthy2009-12-221-1/+1
| |
| * Fix up license headers.Aaron McCarthy2009-12-222-2/+2
| |
| * Make compile.Aaron McCarthy2009-12-224-28/+4
| |
* | Bearer Management Integration 2.Aaron McCarthy2010-01-054-39/+55
|/
* Bearer Management Integration 1.Aaron McCarthy2009-12-225-0/+1046