summaryrefslogtreecommitdiffstats
path: root/tests/auto/qnetworksession
Commit message (Collapse)AuthorAgeFilesLines
* 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-211-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-044-39/+55
|/
* Bearer Management Integration 1.Aaron McCarthy2009-12-225-0/+1046