summaryrefslogtreecommitdiffstats
path: root/test/TileCacheTests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix typosAndrea Gelmini2020-10-071-4/+4
* fix license headersAndras Timar2020-10-011-2/+0
* wsd: improved TileCacheAshod Nakashian2020-07-141-4/+5
* wsd: move LOOLProtocol::tokenize to Util::tokenizeAshod Nakashian2020-06-021-4/+4
* wsd: single-char string literals -> charAshod Nakashian2020-06-021-8/+8
* typo fixes in comments and codeAndras Timar2020-04-261-1/+1
* wsd: test assertion macrosAshod Nakashian2020-03-141-86/+86
* Rework LOOLProtocol::tokenize() to return a StringVector objectMiklos Vajna2020-02-281-4/+4
* test: dung out redundant LOOL_TEST_CLIENT_PORT.Michael Meeks2020-01-211-0/+2
* build fix after 'killpoco: removed StringTokenizer'Andras Timar2019-11-131-2/+2
* StringTokenizer replaced with tokenize in file `TileCacheTsts.cpp`Pranam Lashkari2019-11-121-6/+6
* Fix TileCacheTests::testUnresponsiveClient()Miklos Vajna2019-10-311-1/+2
* test: improve TileCacheTests::testUnresponsiveClientAshod Nakashian2019-10-291-14/+23
* test: improve TileCache testsAshod Nakashian2019-10-291-18/+29
* test: improve TileCacheTestsAshod Nakashian2019-10-291-74/+55
* TileCache: track and limit size to control memory usage.Michael Meeks2019-10-281-0/+31
* testTileWriteIDHandling: don't block for too longAshod Nakashian2019-10-281-3/+4
* Added normalizedViewId to the tests with tilemsgmert2019-10-151-44/+47
* typo fixes in comments and codeAndras Timar2019-10-081-3/+3
* Fix up TileCacheTests::testTileInvalidateWriterPage() testTamás Zolnai2019-10-011-1/+1
* test: avoid writing to cerr directly in TileCacheTestsMiklos Vajna2019-09-121-20/+25
* CPPUNIT_ASSERT_GREATEREQUAL is not available in cppunit of older distrosAndras Timar2019-09-051-0/+2
* tdf#107038 Poco::Timestamp replacement with std::chronoDarkByt312019-09-021-1/+1
* Fix TileCacheTests::testClientPartImpress()Miklos Vajna2019-08-221-2/+2
* Update unit test data for recent master.Michael Meeks2019-05-031-4/+1
* Adapt test for new hiddenparts field.Michael Meeks2019-05-011-1/+4
* TileCache: key almost everything on TileDesc instead of string names.Michael Meeks2019-03-051-0/+11
* TileCache: switch to in-memory, rather than persistent.Michael Meeks2019-02-151-1/+1
* TileCache: re-factor API to work in terms of vectors, not file references.Michael Meeks2019-02-141-8/+7
* TileCacheTests: these writes are never readMiklos Vajna2018-12-051-6/+0
* wsd: disable tile caching when TileCachePersistent is falseAshod Nakashian2018-10-121-1/+1
* Reduce the running time of testWireIDFilteringOnWSDSideTamás Zolnai2018-10-011-4/+4
* Reduce the running time of these this testTamás Zolnai2018-10-011-2/+2
* Upper limit of sent out versions of the same tileTamás Zolnai2018-09-291-0/+62
* Better to have a smaller tiles-on-fly limitTamás Zolnai2018-09-291-2/+2
* Filter out tiles by wired on wsd side tooTamás Zolnai2018-09-291-0/+78
* Don't send tiles which was changed outside of the visible areaTamás Zolnai2018-09-291-2/+5
* Avoid rendering / sending the same tile twiceTamás Zolnai2018-09-291-5/+62
* Remove this printing line used only for debuggingTamás Zolnai2018-09-031-1/+0
* Add some test for the new tile rendering codeTamás Zolnai2018-08-301-0/+220
* Remove this test, it just dumps the result instead of assert on thatTamás Zolnai2018-08-161-27/+0
* Disable testCancelTilesMultiViewTamás Zolnai2018-08-031-1/+2
* Fix failing unit tests after latency changesTamás Zolnai2018-07-191-0/+4
* Make PNG tile tests more robust.Michael Meeks2018-05-181-0/+10
* ut: log the test name for easier traceabilityAshod Nakashian2018-02-111-56/+56
* ut: log timestamp to track timeouts betterAshod Nakashian2018-02-111-0/+4
* test: spell out non-trivial autos to improve readabilityMiklos Vajna2018-02-071-62/+62
* loplugin:includeformPranav Kant2017-12-201-12/+12
* Remove unused stringsMiklos Vajna2017-11-031-1/+1
* Run old-style unit tests as a new-style unit test.Michael Meeks2017-06-021-2/+4