summaryrefslogtreecommitdiff
path: root/tests/auto/auto.pro
Commit message (Collapse)AuthorAgeFilesLines
* tests: enable cmake in auto testsLiang Qi2015-05-221-1/+1
| | | | | Change-Id: Idbfbaa86675381110f35118baf16cac891976707 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
* Fix qmldir for qmlwebsockets_compatLiang Qi2015-05-221-0/+4
| | | | | | | | | It is not supported to have both "import Qt.WebSockets 1.0" and "import QtWebSockets 1.0" in the same project. Task-number: QTBUG-46205 Change-Id: I71b824b091f4491b8ab5e1eae8290a51159b03e2 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
* tests: move all auto tests to websockets sub directoryLiang Qi2015-05-221-14/+1
| | | | | | | cmake is not included. Change-Id: I9ab6244d8b6b3752f26070b0b15ae70c0cab6d82 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
* Fix invalid Date header field in handshake response5.3Joni Poikelin2014-11-031-0/+1
| | | | | | | | | Fix invalid Date header in handshake response on systems with non- english system locale. Task-number: QTBUG-40866 Change-Id: If6d5cc55e879eff259698e87c9cda753990245e7 Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
* Add user configurable mask generationKurt Pattyn2014-02-151-1/+2
| | | | | | | | | Created a QMaskGenerator abstract base class to serve as a basis for user specific mask generators. Added the possibility to override the default mask generation in QWebSocket. Change-Id: Iaa02b44193f854d103b5f352617789175fe61f89 Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
* Add unit tests for QWebSocketServerKurt Pattyn2014-02-021-1/+2
| | | | | Change-Id: I9ca38aad22a757437943a72669b7ca2bb5db6b98 Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
* Add unit tests for QWebSocketKurt Pattyn2014-02-021-0/+3
| | | | | | | Added basic unit tests for QWebSocket. Connectivity is not tested yet. Change-Id: I38d388d289733777e6ff0253e5b201aca99b0b10 Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
* Move CORS authenticator test to non-private testsKurt Pattyn2014-02-011-3/+3
| | | | | | | | QWebSocketCorsAuthenticator is a public class and hence needs to be tested with the public API of QtWebSockets. Change-Id: If3af0744d8901f9c6c13d5fb9061ebf0a5a8d163 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
* Remove websocketcorsauthenticator tests from non-developer buildsKurt Pattyn2013-11-011-3/+3
| | | | | Change-Id: Ifadd89c4e51367b2bf04852bcb1d1d856543069e Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
* Completed unit tests for handshake requestKurt Pattyn2013-10-141-2/+3
| | | | | Change-Id: I9558c0244e2285e7dc266bfcb3c51887fb7200d7 Reviewed-by: Steven Ceuppens <steven.ceuppens@icloud.com>
* Added unit tests for CorsAuthenticatorKurt Pattyn2013-10-131-1/+2
| | | | | Change-Id: Id87b72bd6980aba5c134d7bfa7abf87d24e9a0ee Reviewed-by: Steven Ceuppens <steven.ceuppens@icloud.com>
* Adapted auto.pro to include websocketframe unit testKurt Pattyn2013-10-131-1/+2
| | | | | Change-Id: Ife8486a480d2a56a77d96ca6d331994d8f7ea0a1 Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
* Added unittests for QWebSocketProtocolKurt Pattyn2013-10-131-1/+2
| | | | | | | Added copyright headers Change-Id: Idef8307ef80db9e5805b880514bd3a9c18ddf125 Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
* Changed the way SUBDIRS is configuredKurt Pattyn2013-10-051-1/+1
| | | | | Change-Id: Ia92805075d2187d51ea4f653a6e898754b2c6517 Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
* Update unit testsSteven Ceuppens2013-10-011-2/+2
| | | | | | | | | | Private unittests get now build with: $qmake -config private_tests Change-Id: I5fb234e9c6f86cf2d740a604923eb8a501699d44 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
* Uncommented data processor from auto.proKurt Pattyn2013-09-291-1/+1
| | | | | Change-Id: Ia04d205ecf5fa86b7be577536c77414cfb06ebbc Reviewed-by: Steven Ceuppens <steven.ceuppens@icloud.com>
* reorganized unittests & added module priSteven Ceuppens2013-09-291-0/+6
Change-Id: Ib1aa45f7cc07ea4564b0e5f1315273a2526a4e74 Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>