libreoffice-online/test
Ashod Nakashian 84798e0b04 wsd: test: unit-http is part of group0
This was accidentally removed. However,
we do want to remove this grouping logic
so that the tests execute faster.
Unfortunately, without the grouping some
tests fail randomly. Specifically, UnitHTTP
had an implicit dependency on the jail temp
to be created before it ran, lest it failed.
This is now fixed in the previous commit,
which paves the way to removing the grouping.

Change-Id: If18f7faf8ed0677b718db48781b387c7b37d6b0b
Signed-off-by: Ashod Nakashian <ashod.nakashian@collabora.co.uk>
2021-04-11 01:05:20 -04:00
..
data Add hello-world for Draw 2021-01-21 10:22:58 +01:00
.gitignore
countloolkits.hpp admin: add support for lost kits cleanup 2021-04-01 22:09:44 +01:00
DeltaTests.cpp
fakesockettest.cpp
helpers.hpp test helpers: fix -Werror,-Wreturn-type 2021-04-07 10:27:07 +02:00
httpcrashtest.cpp admin: add support for lost kits cleanup 2021-04-01 22:09:44 +01:00
HttpRequestTests.cpp wsd: http: simplify syncRequest to return Response 2021-04-07 11:36:10 -04:00
HttpTestServer.hpp wsd: test: http: use Response in the test server 2021-04-03 19:57:03 -04:00
HttpWhiteBoxTests.cpp wsd: http: improve StatusLine 2021-03-22 10:09:22 -04:00
httpwstest.cpp
integration-http-server.cpp killpoco: use http::Request in HTTPServerTest 2021-04-07 11:36:10 -04:00
lokassert.hpp wsd: test: log before asserting 2021-04-07 11:36:10 -04:00
Makefile.am wsd: test: unit-http is part of group0 2021-04-11 01:05:20 -04:00
run_unit.sh.in test: make run_unit.sh more helpful on failure 2021-04-02 13:18:41 -04:00
test.cpp wsd: more informative SSL state reporting 2021-04-02 13:18:41 -04:00
test.hpp admin: add support for lost kits cleanup 2021-04-01 22:09:44 +01:00
testlog.hpp wsd: test: log test assertions 2020-12-28 12:04:53 -04:00
TileCacheTests.cpp test: calc has 0-alpha empty tiles which are not black 2021-04-07 13:59:06 +05:30
TileQueueTests.cpp
UnitAdmin.cpp wsd: test: catch and fail WSD tests when exceptions are thrown 2020-12-28 12:04:53 -04:00
UnitBadDocLoad.cpp wsd: test: properly include config.h in the tests 2021-04-02 12:43:39 -04:00
UnitCalc.cpp wsd: test: properly include config.h in the tests 2021-04-02 12:43:39 -04:00
UnitClient.cpp wsd: test: catch and fail WSD tests when exceptions are thrown 2020-12-28 12:04:53 -04:00
UnitClose.cpp wsd: test: properly include config.h in the tests 2021-04-02 12:43:39 -04:00
UnitConvert.cpp wsd: test: catch and fail WSD tests when exceptions are thrown 2020-12-28 12:04:53 -04:00
UnitCopyPaste.cpp wsd: test: better loggin in UnitCopyPaste 2021-04-07 11:36:10 -04:00
UnitCursor.cpp wsd: test: properly include config.h in the tests 2021-04-02 12:43:39 -04:00
UnitEachView.cpp wsd: test: use chrono for readable and safe time durations 2021-04-02 13:18:41 -04:00
UnitFuzz.cpp wsd: use chrono for readability and conversion safety 2020-12-22 11:24:13 -05:00
UnitHosting.cpp killpoco: use http::Request in UnitHosting 2021-04-07 11:36:10 -04:00
UnitHTTP.cpp wsd: test: convert cerr to proper logging in UnitHTTP 2021-04-07 11:36:10 -04:00
UnitInsertDelete.cpp wsd: test: properly include config.h in the tests 2021-04-02 12:43:39 -04:00
UnitLargePaste.cpp wsd: test: properly include config.h in the tests 2021-04-02 12:43:39 -04:00
UnitLoad.cpp wsd: test: properly include config.h in the tests 2021-04-02 12:43:39 -04:00
UnitLoadTorture.cpp wsd: test: use chrono for readable and safe time durations 2021-04-02 13:18:41 -04:00
UnitOAuth.cpp wsd: test: catch and fail WSD tests when exceptions are thrown 2020-12-28 12:04:53 -04:00
UnitOOB.cpp wsd: test: catch and fail WSD tests when exceptions are thrown 2020-12-28 12:04:53 -04:00
UnitPasswordProtected.cpp wsd: test: properly include config.h in the tests 2021-04-02 12:43:39 -04:00
UnitPaste.cpp wsd: test: properly include config.h in the tests 2021-04-02 12:43:39 -04:00
UnitPrefork.cpp wsd: use chrono for readability and conversion safety 2020-12-22 11:24:13 -05:00
UnitRenderingOptions.cpp wsd: test: properly include config.h in the tests 2021-04-02 12:43:39 -04:00
UnitRenderShape.cpp wsd: test: properly include config.h in the tests 2021-04-02 12:43:39 -04:00
UnitSession.cpp wsd: test: properly include config.h in the tests 2021-04-02 12:43:39 -04:00
UnitStorage.cpp wsd: test: catch and fail WSD tests when exceptions are thrown 2020-12-28 12:04:53 -04:00
UnitTiffLoad.cpp wsd: test: properly include config.h in the tests 2021-04-02 12:43:39 -04:00
UnitTileCache.cpp wsd: test: catch and fail WSD tests when exceptions are thrown 2020-12-28 12:04:53 -04:00
UnitTimeout.cpp wsd: test: properly include config.h in the tests 2021-04-02 12:43:39 -04:00
UnitTyping.cpp wsd: test: use chrono for readable and safe time durations 2021-04-02 13:18:41 -04:00
UnitUNOCommand.cpp wsd: test: properly include config.h in the tests 2021-04-02 12:43:39 -04:00
UnitWOPI.cpp wsd: test: properly include config.h in the tests 2021-04-02 12:43:39 -04:00
UnitWOPIDocumentConflict.cpp wsd: test: properly include config.h in the tests 2021-04-02 12:43:39 -04:00
UnitWOPIFileUrl.cpp wsd: test: properly include config.h in the tests 2021-04-02 12:43:39 -04:00
UnitWOPIHttpHeaders.cpp wsd: test: catch and fail WSD tests when exceptions are thrown 2020-12-28 12:04:53 -04:00
UnitWOPILoadEncoded.cpp wsd: cleanup Poco headers 2021-03-22 10:09:22 -04:00
UnitWopiOwnertermination.cpp wsd: test: simplify sending commands 2021-01-13 08:07:06 -05:00
UnitWOPIRenameFile.cpp wsd: test: move inherited filterSendMessage to onFilterSendMessage 2021-01-13 08:07:06 -05:00
UnitWOPISaveAs.cpp wsd: test: move inherited filterSendMessage to onFilterSendMessage 2021-01-13 08:07:06 -05:00
UnitWOPITemplate.cpp wsd: test: improve Template test 2021-03-01 21:50:18 -05:00
UnitWOPIVersionRestore.cpp wsd: test: simplify sending commands 2021-01-13 08:07:06 -05:00
UnitWOPIWatermark.cpp wsd: test: catch and fail WSD tests when exceptions are thrown 2020-12-28 12:04:53 -04:00
WhiteBoxTests.cpp wsd: http: improved parseUri and new parseUrl with tests 2021-04-07 11:36:10 -04:00
WopiProofTests.cpp
WopiTestServer.hpp wsd: add FileUrl tests 2021-02-09 10:45:37 -05:00