summaryrefslogtreecommitdiff
path: root/test/TileCacheTests.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-03-14wsd: test assertion macrosAshod Nakashian1-86/+86
2020-02-28Rework LOOLProtocol::tokenize() to return a StringVector objectMiklos Vajna1-4/+4
2020-01-21test: dung out redundant LOOL_TEST_CLIENT_PORT.Michael Meeks1-0/+2
2019-11-13build fix after 'killpoco: removed StringTokenizer'Andras Timar1-2/+2
2019-11-12StringTokenizer replaced with tokenize in file `TileCacheTsts.cpp`Pranam Lashkari1-6/+6
2019-10-31Fix TileCacheTests::testUnresponsiveClient()Miklos Vajna1-1/+2
2019-10-29test: improve TileCacheTests::testUnresponsiveClientAshod Nakashian1-14/+23
2019-10-29test: improve TileCache testsAshod Nakashian1-18/+29
2019-10-29test: improve TileCacheTestsAshod Nakashian1-74/+55
2019-10-28TileCache: track and limit size to control memory usage.Michael Meeks1-0/+31
2019-10-28testTileWriteIDHandling: don't block for too longAshod Nakashian1-3/+4
2019-10-15Added normalizedViewId to the tests with tilemsgmert1-44/+47
2019-10-08typo fixes in comments and codeAndras Timar1-3/+3
2019-10-01Fix up TileCacheTests::testTileInvalidateWriterPage() testTamás Zolnai1-1/+1
2019-09-12test: avoid writing to cerr directly in TileCacheTestsMiklos Vajna1-20/+25
2019-09-05CPPUNIT_ASSERT_GREATEREQUAL is not available in cppunit of older distrosAndras Timar1-0/+2
2019-09-02tdf#107038 Poco::Timestamp replacement with std::chronoDarkByt311-1/+1
2019-08-22Fix TileCacheTests::testClientPartImpress()Miklos Vajna1-2/+2
2019-05-03Update unit test data for recent master.Michael Meeks1-4/+1
2019-05-01Adapt test for new hiddenparts field.Michael Meeks1-1/+4
2019-03-05TileCache: key almost everything on TileDesc instead of string names.Michael Meeks1-0/+11
2019-02-15TileCache: switch to in-memory, rather than persistent.Michael Meeks1-1/+1
2019-02-14TileCache: re-factor API to work in terms of vectors, not file references.Michael Meeks1-8/+7
2018-12-05TileCacheTests: these writes are never readMiklos Vajna1-6/+0
2018-10-12wsd: disable tile caching when TileCachePersistent is falseAshod Nakashian1-1/+1
2018-10-01Reduce the running time of testWireIDFilteringOnWSDSideTamás Zolnai1-4/+4
2018-10-01Reduce the running time of these this testTamás Zolnai1-2/+2
2018-09-29Upper limit of sent out versions of the same tileTamás Zolnai1-0/+62
2018-09-29Better to have a smaller tiles-on-fly limitTamás Zolnai1-2/+2
2018-09-29Filter out tiles by wired on wsd side tooTamás Zolnai1-0/+78
2018-09-29Don't send tiles which was changed outside of the visible areaTamás Zolnai1-2/+5
2018-09-29Avoid rendering / sending the same tile twiceTamás Zolnai1-5/+62
2018-09-03Remove this printing line used only for debuggingTamás Zolnai1-1/+0
2018-08-30Add some test for the new tile rendering codeTamás Zolnai1-0/+220
2018-08-16Remove this test, it just dumps the result instead of assert on thatTamás Zolnai1-27/+0
2018-08-03Disable testCancelTilesMultiViewTamás Zolnai1-1/+2
2018-07-19Fix failing unit tests after latency changesTamás Zolnai1-0/+4
2018-05-18Make PNG tile tests more robust.Michael Meeks1-0/+10
2018-02-11ut: log the test name for easier traceabilityAshod Nakashian1-56/+56
2018-02-11ut: log timestamp to track timeouts betterAshod Nakashian1-0/+4
2018-02-07test: spell out non-trivial autos to improve readabilityMiklos Vajna1-62/+62
2017-12-20loplugin:includeformPranav Kant1-12/+12
2017-11-03Remove unused stringsMiklos Vajna1-1/+1
2017-06-02Run old-style unit tests as a new-style unit test.Michael Meeks1-2/+4
2017-05-08wsd: correct the name of testDisconnectMultiView in outputAshod Nakashian1-6/+6
2017-04-17wsd: include cleanup in testAshod Nakashian1-0/+4
2017-04-06Disable the unreliable unit tests.Jan Holesovsky1-1/+1
2017-01-30wsd: faster and more informative tile testsAshod Nakashian1-9/+35
2017-01-27Temporarily disable, these tests are affected by the order of invalidates.Jan Holesovsky1-2/+3
2017-01-09wsd: new unittest for multiview tiles when disconnectingAshod Nakashian1-0/+31