Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote branch 'origin/4.7' into oslo-staging-1 | Aaron McCarthy | 2010-03-22 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: tests/auto/qgl_threads/qgl_threads.pro | ||||
| * | Fixed inconsistent test naming. | Rohan McGovern | 2010-03-22 | 1 | -1/+1 |
| | | | | | | | | TARGET and test class name should always match. | ||||
* | | Rename networkAccess property to networkAccessible. | Aaron McCarthy | 2010-03-19 | 1 | -0/+1 |
|/ | | | | Add unit test and update docs. | ||||
* | Added missing tests to tests/auto/*.pro | Rohan McGovern | 2010-03-07 | 1 | -0/+3 |
| | |||||
* | Move tests into separate .pro files, based on Qt module. | Rohan McGovern | 2010-03-03 | 1 | -0/+40 |
Having the tests in separate projects allows for some optimization strategies when running the tests (e.g. start running corelib tests while the rest of Qt is still compiling), and allows developers to run only a subset of tests when appropriate. |