summaryrefslogtreecommitdiffstats
path: root/tests/auto/qaudiooutput
Commit message (Collapse)AuthorAgeFilesLines
* Update audio unit tests with clock() range checking.Kurt Korbatits2009-10-231-1/+1
| | | | | | -Check to make sure clock() return is in microseconds. Reviewed-by:Justin McPherson
* Notification relaxed for Windows CE test.ninerider2009-10-131-1/+6
| | | | | | | Due to lower performance the expected signal count was decreased for this test. Reviewed-by: Maurice
* Fixed logic in clock() function of audio class's.Kurt Korbatits2009-10-021-0/+3
| | | | | | | - clock() should return valid value except in stop state, return 0. - Added clock() function testing to unit tests. Reviewed-by:Justin McPherson
* Improved audio unit testsKurt Korbatits2009-09-281-1/+33
| | | | | | Added more checking in each step of the playback or recording tests. Reviewed-by:Justin McPherson
* AudioService API changes; QString->const QString&, remove QAudioDeviceId use ↵Justin McPherson2009-09-241-1/+1
| | | | | | QAudioDeviceInfo. Reviewed-by: Bill King
* more meaningful output in tst_QAudioOutput::pullFileJoerg Bornemann2009-09-231-12/+12
| | | | Reviewed-by: TrustMe
* tests/auto/qaudiooutput deployment rules fixed for Windows CEJoerg Bornemann2009-09-231-5/+7
| | | | Reviewed-by: TrustMe
* Update license headers again.Jason McDonald2009-09-091-4/+4
| | | | Reviewed-by: Trust Me
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
| | | | Reviewed-by: Trust Me
* Fixed audio auto tests.Kurt Korbatits2009-08-141-53/+70
| | | | | | Handle platforms that don't have backends. Reviewed-by: Bill King
* Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
| | | | Reviewed-by: Trust Me
* Merge AudioServices into mainline.Justin McPherson2009-08-053-0/+168