summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* wsd: test: disable verifySignature test with openssl 3Ashod Nakashian2022-04-261-2/+3
* make: fail the build when the whitebox unittests failAshod Nakashian2022-04-211-2/+2
* wsd: kill coolwsd_fuzzerAshod Nakashian2022-04-211-8/+0
* wsd: test: move StringVector tests to StringVectorTestsAshod Nakashian2022-04-143-301/+327
* wsd: move tokenizer helpers into StringVectorAshod Nakashian2022-04-1414-62/+63
* wsd: test: move Authorization tests to RequestDetailsTestsAshod Nakashian2022-04-142-3/+100
* wsd: test: split out RequestDetails testsAshod Nakashian2022-04-143-828/+758
* wsd: add LOG_ASSERT to replace assert with extra loggingAshod Nakashian2022-04-141-1/+1
* wsd: modernize UnitWOPIAshod Nakashian2022-04-141-52/+29
* wsd: minor improvements to logging and macrosAshod Nakashian2022-04-141-1/+1
* wsd: move STATE_ENUM to common/StateEnum.hppAshod Nakashian2022-04-148-16/+17
* fix build of HttpRequestTests when SSL is disabledTomaž Vajngerl2022-04-041-0/+2
* sanitizers: fix unit-base, againMiklos Vajna2022-04-011-1/+0
* wsd: test SSL hostnameAshod Nakashian2022-04-011-6/+23
* wsd: unload when no Kit and nothing to uploadAshod Nakashian2022-04-012-0/+112
* wsd: cleanup: moved all parsing related static methods and containers to Host...Rash4192022-04-011-1/+1
* wsd: test: correctly show the failing code in the assertion messageAshod Nakashian2022-03-211-1/+1
* test: make the test more specificDennis Francis2022-03-211-1/+2
* wsd: stop loading when low on disk spaceAshod Nakashian2022-03-162-61/+61
* wsd: wait longer when restarting forkitAshod Nakashian2022-03-161-1/+2
* wsd: use hostname, port and scheme in doc keycp-21.11.3-0Rash4192022-03-161-0/+1
* test: fail on subsequent error messageDennis Francis2022-03-141-1/+4
* wsd: test: faster unit-test executionAshod Nakashian2022-03-093-74/+68
* wsd: test: reduce output from the test driverAshod Nakashian2022-03-091-15/+6
* wsd: test: extend tile test timeoutAshod Nakashian2022-03-091-8/+5
* wsd: test: assert forced uploading when expectedAshod Nakashian2022-03-092-34/+35
* wsd: test: assert correct wopi GetFile and PutFileAshod Nakashian2022-03-094-19/+74
* wsd: test: enable all conflict test scenariosAshod Nakashian2022-03-092-23/+18
* wsd: test: ingest the doc content only when PutFile succeedsAshod Nakashian2022-03-094-9/+16
* wsd: test: validate the number of wopi requestsAshod Nakashian2022-03-095-63/+175
* wsd: test: minor cleanup of conflict testsAshod Nakashian2022-03-094-20/+26
* wsd: test: minor improvements to run_unit.sh.inAshod Nakashian2022-03-091-2/+3
* wsd: test: modernize and improve UnitWopiOwnerterminationAshod Nakashian2022-03-091-54/+75
* fix -Werror=unused-parameterAndras Timar2022-03-041-0/+1
* Unit test for &lang=es-419 style code, disliked by boost gettext.Michael Meeks2022-03-022-2/+26
* wsd: test: improve test loggingAshod Nakashian2022-02-241-7/+9
* wsd: test: minor cleanup COOL test socket helpersAshod Nakashian2022-02-241-4/+20
* wsd: test: minor cleanup in UnitWOPILockAshod Nakashian2022-02-242-8/+11
* wsd: test: extend the timeout of the conflict testsAshod Nakashian2022-02-242-1/+2
* Detect trace replay errors & exit and cleanup traces.Michael Meeks2022-02-2111-103/+1
* Count and report on various internal exceptions.Michael Meeks2022-02-181-0/+1
* wsd: test: embue all tests with a name and unify logsAshod Nakashian2022-02-1735-139/+304
* wsd: test: CPPUNIT_ASSERT -> LOK_ASSERTAshod Nakashian2022-02-173-90/+90
* wsd: test: modernize UnitWOPIVersionRestoreAshod Nakashian2022-02-171-19/+10
* wsd: support unattended runsAshod Nakashian2022-02-171-0/+1
* wsd: test: more consistent test loggingAshod Nakashian2022-02-172-2/+0
* wsd: add getSystemClockAsString helperAshod Nakashian2022-02-171-3/+24
* wsd: test: improved and simplify test loggingAshod Nakashian2022-02-175-44/+38
* wsd: test: track wopi operationsAshod Nakashian2022-02-172-8/+77
* wsd: test: make WopiTestServer less publicAshod Nakashian2022-02-173-12/+11