summaryrefslogtreecommitdiff
path: root/test/helpers.hpp
AgeCommit message (Expand)AuthorFilesLines
2020-09-09lool: php proxy simulation.gokaysatir1-0/+54
2020-06-02wsd: performance-unnecessary-value-paramAshod Nakashian1-1/+1
2020-06-02wsd: move LOOLProtocol::tokenize to Util::tokenizeAshod Nakashian1-2/+2
2020-06-02wsd: single-char string literals -> charAshod Nakashian1-4/+4
2020-05-07Use https sessions for wss:// as well as https://Michael Meeks1-1/+1
2020-04-18killpoco: remove WebSocket includes from a couple of places.Michael Meeks1-4/+4
2020-04-18Use #pragma onceTor Lillqvist1-3/+1
2020-04-10Poll - switch to ppoll for closer to microsecond accuracy.Michael Meeks1-2/+2
2020-03-20test: increase load timeout in UnitLoadTortureMiklos Vajna1-3/+3
2020-03-14wsd: test assertion macrosAshod Nakashian1-15/+15
2020-02-28Rework LOOLProtocol::tokenize() to return a StringVector objectMiklos Vajna1-2/+2
2020-02-23wsd: improve test loggingAshod Nakashian1-14/+62
2020-02-17test: improve timeout handling in getResponseMessage()Miklos Vajna1-1/+2
2020-01-21test: switch to using ClientPortNumber to allow parallelism.Michael Meeks1-11/+3
2020-01-21test: simplify the timeout logic.Michael Meeks1-31/+11
2020-01-21test: dung out redundant LOOL_TEST_CLIENT_PORT.Michael Meeks1-2/+5
2020-01-21test: switch to parallel tests based on Unit framework.Michael Meeks1-2/+6
2019-11-22Fix issues with size_t and ssize_t on 32bits machinesCorentin Noël1-1/+1
2019-11-18test: thread-safe common shared test dataAshod Nakashian1-4/+9
2019-11-13killpoco: removed StringTokenizer from test directoryPranam Lashkari1-3/+2
2019-10-29test: improve TileCacheTestsAshod Nakashian1-1/+19
2019-10-29test: improve getAllText to match an expected payloadAshod Nakashian1-5/+11
2019-10-29test: improve stability of a number of testsAshod Nakashian1-2/+46
2019-10-28test: improve SVG parserAshod Nakashian1-2/+2
2019-10-28test: log the time in testsAshod Nakashian1-1/+4
2019-08-30Try to avoid a timing problem in HTTPCrashTest::testRecoverAfterKitCrash()Miklos Vajna1-4/+9
2019-05-22tests for chunked transfer encoding parser.Michael Meeks1-3/+20
2019-05-10tests: re-factor PNG save to allow easy re-use elsewhere.Michael Meeks1-6/+15
2019-05-06do not ignore the result of fwrite...Andras Timar1-1/+2
2019-05-02tests: make SVG comparison tests much more helpful.Michael Meeks1-0/+24
2019-03-04Don't use the same std::ostringstream from multiple threads.Michael Meeks1-4/+13
2019-02-13Improve unit test / SSL handling & detection.Michael Meeks1-3/+3
2018-08-27test: no need to copy testnameMiklos Vajna1-1/+1
2018-08-13common, kit, test, wsd: these parameters are copied for each invocation ...Miklos Vajna1-1/+1
2018-06-15Do not use the word 'Error' here (tinderbox)Andras Timar1-1/+1
2018-02-11ut: log the test name for easier traceabilityAshod Nakashian1-20/+20
2018-02-11ut: log timestamp to track timeouts betterAshod Nakashian1-54/+87
2018-02-07test: spell out non-trivial autos to improve readabilityMiklos Vajna1-5/+5
2017-06-16test: give the socket the chance to get the error in getErrorCode()Miklos Vajna1-0/+1
2017-05-02wsd: add test helper to get server versionAshod Nakashian1-0/+31
2017-05-02wsd: unittest to reproduce rendering issue in CalcAshod Nakashian1-0/+27
2017-04-17wsd: include cleanup in testAshod Nakashian1-19/+2
2017-04-03wsd: remove nextmessageAshod Nakashian1-17/+1
2017-03-10config.h - get includes right: must always be the first include.Michael Meeks1-2/+0
2017-03-10nb: unittest improvementsAshod Nakashian1-1/+1
2017-03-10nb: log the test name where possibleAshod Nakashian1-2/+2
2017-02-08fuzzer: Use the dummy LOK implementation when fuzzing.Jan Holesovsky1-0/+4
2017-02-08fuzzer: Factor out the replay functionality to a separate file.Jan Holesovsky1-0/+5
2017-01-23wsd: improved testConnectNoLoadAshod Nakashian1-1/+1
2017-01-16wsd: improved getErrorCodeAshod Nakashian1-6/+6