[Libreoffice-commits] online.git: loolwsd/test
Ashod Nakashian
ashod.nakashian at collabora.co.uk
Tue Oct 25 00:57:30 UTC 2016
loolwsd/test/TileCacheTests.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit ff7f325794bcad0365c27b03075798cfba3515d1
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date: Mon Oct 24 08:47:54 2016 -0400
loolwsd: use a document with comments to test tile rendering
Change-Id: I694bee6523d0830af9f8496071f0f3a6f023736a
Reviewed-on: https://gerrit.libreoffice.org/30243
Reviewed-by: Ashod Nakashian <ashnakash at gmail.com>
Tested-by: Ashod Nakashian <ashnakash at gmail.com>
diff --git a/loolwsd/test/TileCacheTests.cpp b/loolwsd/test/TileCacheTests.cpp
index 33bf2b1..3618f19 100644
--- a/loolwsd/test/TileCacheTests.cpp
+++ b/loolwsd/test/TileCacheTests.cpp
@@ -385,7 +385,7 @@ void TileCacheTests::testTilesRenderedJustOnce()
{
const auto testname = "tilesRenderdJustOnce ";
- auto socket = *loadDocAndGetSocket("empty.odt", _uri, testname);
+ auto socket = *loadDocAndGetSocket("with_comment.odt", _uri, testname);
assertResponseString(socket, "statechanged: .uno:AcceptTrackedChange=", testname);
@@ -450,7 +450,7 @@ void TileCacheTests::testTilesRenderedJustOnceMultiClient()
const auto testname4 = testname + "-4 ";
std::string documentPath, documentURL;
- getDocumentPathAndURL("hello.odt", documentPath, documentURL);
+ getDocumentPathAndURL("with_comment.odt", documentPath, documentURL);
std::cerr << "Connecting first client." << std::endl;
auto socket = *loadDocAndGetSocket(_uri, documentURL, testname1);
More information about the Libreoffice-commits
mailing list