libreoffice-online/test
Ashod Nakashian da07625352 wsd: http: parse the http header only
Previously, we were parsing the Status Line
and the header, both together. This of course
doesn't work when we had removed the Status
Line already. This wasn't an issue in parsing
responses from servers, but doesn't work when
parsing requests from clients (i.e. in a server).

Also, it's simpler.

Tests extended accordingly.

Change-Id: Id1c9a6385080c86b6072130fa8a169a699c42462
Signed-off-by: Ashod Nakashian <ashod.nakashian@collabora.co.uk>
2021-03-22 10:09:22 -04:00
..
data Add hello-world for Draw 2021-01-21 10:22:58 +01:00
.gitignore
countloolkits.hpp wsd: test: improvements 2021-01-23 23:55:43 +00:00
DeltaTests.cpp
fakesockettest.cpp
helpers.hpp wsd: http: better test assertions 2021-03-16 08:27:46 -04:00
httpcrashtest.cpp wsd: test: better logging 2021-03-08 22:49:53 -05:00
HttpRequestTests.cpp wsd: test: better http tests 2021-03-22 10:09:22 -04:00
HttpWhiteBoxTests.cpp wsd: http: parse the http header only 2021-03-22 10:09:22 -04:00
httpwstest.cpp
integration-http-server.cpp wsd: test: improve unit-integration 2021-03-11 09:15:40 -05:00
lokassert.hpp wsd: test: LOK_ASSERT messages support ostream 2021-03-16 08:27:46 -04:00
Makefile.am wsd: http::Request parser 2021-03-16 08:27:46 -04:00
run_unit.sh.in test: run unit test with disabled capabilities 2021-02-26 11:13:47 -04:00
test.cpp test: don't use colored logging when output is redirected 2021-03-16 08:27:46 -04:00
test.hpp
testlog.hpp
TileCacheTests.cpp wsd: test: improvements 2021-01-23 23:55:43 +00:00
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: catch and fail WSD tests when exceptions are thrown 2020-12-28 12:04:53 -04:00
UnitCalc.cpp wsd: test: catch and fail WSD tests when exceptions are thrown 2020-12-28 12:04:53 -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: catch and fail WSD tests when exceptions are thrown 2020-12-28 12:04:53 -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: better logging of hex data dumps 2021-03-13 19:34:02 -05:00
UnitCursor.cpp wsd: test: catch and fail WSD tests when exceptions are thrown 2020-12-28 12:04:53 -04:00
UnitEachView.cpp wsd: test: catch and fail WSD tests when exceptions are thrown 2020-12-28 12:04:53 -04:00
UnitFuzz.cpp
UnitHosting.cpp wsd: test: catch and fail WSD tests when exceptions are thrown 2020-12-28 12:04:53 -04:00
UnitHTTP.cpp wsd: test: catch and fail WSD tests when exceptions are thrown 2020-12-28 12:04:53 -04:00
UnitInsertDelete.cpp wsd: test: catch and fail WSD tests when exceptions are thrown 2020-12-28 12:04:53 -04:00
UnitLargePaste.cpp wsd: test: catch and fail WSD tests when exceptions are thrown 2020-12-28 12:04:53 -04:00
UnitLoad.cpp wsd: add FileUrl tests 2021-02-09 10:45:37 -05:00
UnitLoadTorture.cpp wsd: test: catch and fail WSD tests when exceptions are thrown 2020-12-28 12:04:53 -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: catch and fail WSD tests when exceptions are thrown 2020-12-28 12:04:53 -04:00
UnitPaste.cpp wsd: test: catch and fail WSD tests when exceptions are thrown 2020-12-28 12:04:53 -04:00
UnitPrefork.cpp
UnitRenderingOptions.cpp wsd: test: catch and fail WSD tests when exceptions are thrown 2020-12-28 12:04:53 -04:00
UnitRenderShape.cpp wsd: test: catch and fail WSD tests when exceptions are thrown 2020-12-28 12:04:53 -04:00
UnitSession.cpp wsd: test: more informative test failure 2021-03-11 09:15:40 -05: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: catch and fail WSD tests when exceptions are thrown 2020-12-28 12:04:53 -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
UnitTyping.cpp wsd: better logging of hex data dumps 2021-03-13 19:34:02 -05:00
UnitUNOCommand.cpp wsd: test: catch and fail WSD tests when exceptions are thrown 2020-12-28 12:04:53 -04:00
UnitWOPI.cpp wsd: test: simplify sending commands 2021-01-13 08:07:06 -05:00
UnitWOPIDocumentConflict.cpp wsd: test: simplify sending commands 2021-01-13 08:07:06 -05:00
UnitWOPIFileUrl.cpp wsd: add FileUrl tests 2021-02-09 10:45:37 -05: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: test: catch and fail WSD tests when exceptions are thrown 2020-12-28 12:04:53 -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: test: WhiteBoxTests include cleanup 2021-03-16 08:27:46 -04:00
WopiProofTests.cpp
WopiTestServer.hpp wsd: add FileUrl tests 2021-02-09 10:45:37 -05:00