summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* reorganized unittests & added module priSteven Ceuppens2013-09-2917-141/+86
| | | | | Change-Id: Ib1aa45f7cc07ea4564b0e5f1315273a2526a4e74 Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
* Changes to integrate the websocket module as a full Qt Add-On moduleSteven Ceuppens2013-09-281-17/+1
| | | | | | | | | | | | | | | | | | | | | - Changed project files to use Qt structure - Moved existing sources into subdirectory, to make room for moduels - Created a "import/qmlwebsocket" module skeleton (works, but needs to be extended) - Modified examples to not use "include(.pri)", but use "QT += websocket" - Added qml example skeleton (works, but no useful functionality yet) Project can be build with: $ qmake $ make $ make install Module can be used in other projects with QT += websockets Change-Id: I2123026958b264670dbf8a978dee76edf5855806 Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
* tests: Enable "make check" to run unit testsSergio Ahumada2013-09-281-3/+2
| | | | | Change-Id: I8333e7a19d937003f16a02d4e10e1a542150d63f Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
* Added TODOs for extra testsKurt Pattyn2013-09-281-1/+7
| | | | | Change-Id: I816d9adf686106443fe65df499f6615eca4599c5 Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
* Open buffer in readonly mode iso readwrite modeKurt Pattyn2013-09-011-10/+10
|
* Corrected failing testsKurt Pattyn2013-09-011-31/+68
|
* Added checks for non-emitting of other signals than the one we expectKurt Pattyn2013-09-011-15/+90
|
* Added tests for valid and invalid close codesKurt Pattyn2013-09-011-86/+284
| | | | Added tests for invalid UTF8 sequences in close frames
* Added maxMessageSize() and maxFrameSize() static getters to aid in unit testingKurt Pattyn2013-09-011-6/+3
|
* Moved registerMetaType calls to init() methodKurt Pattyn2013-08-311-13/+14
|
* Added -Wextra compiler checkKurt Pattyn2013-08-301-1/+1
|
* Added -Wall and -Werror flags when building on mac (is in fact dependent on ↵Kurt Pattyn2013-08-301-0/+2
| | | | the compiler that is used; currently don't know how to check that)
* Added extra unit testsKurt Pattyn2013-08-293-216/+364
|
* Added a bunch of tests (still not complete; listed tests still to be done in ↵Kurt Pattyn2013-08-291-125/+758
| | | | TO DO items)
* Added TO DO's for tests still to be implementedKurt Pattyn2013-08-291-0/+18
|
* Added unit tests for:Kurt Pattyn2013-08-281-186/+257
| | | | | | - incomplete headers - invalid headers - invalid payloads
* Added dataprocessor testKurt Pattyn2013-08-262-12/+297
|
* Replaced tabs by spacesKurt Pattyn2013-08-253-206/+206
|
* Added required structure and .pro files to the projectKurt Pattyn2013-08-251-0/+0
|
* Renamed qwebsocket.pri to qwebsockets.priKurt Pattyn2013-08-251-1/+1
|
* Cleaned up the project filesKurt Pattyn2013-08-251-23/+6
|
* Replaced write() methods with send() methods to comply with the ↵Kurt Pattyn2013-08-252-5/+5
| | | | QAbstractSocket API
* Renamed websocket.pri to qwebsocket.priKurt Pattyn2013-08-251-1/+1
|
* Renamed test directory to tests (to be inline with Qt)Kurt Pattyn2013-08-2511-0/+534