[Libreoffice-commits] online.git: test/httpwstest.cpp

Ashod Nakashian ashod.nakashian at collabora.co.uk
Mon Jan 9 06:23:03 UTC 2017


 test/httpwstest.cpp |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit bd65ed2f88a44c97a3fe938f5efe1a350cd1c02c
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date:   Sun Jan 8 20:42:11 2017 -0500

    wsd: testInsertAnnotationWriter made more stable
    
    Change-Id: I72a531118054b055a997e50168cbd503ea25b9c8
    Reviewed-on: https://gerrit.libreoffice.org/32867
    Reviewed-by: Ashod Nakashian <ashnakash at gmail.com>
    Tested-by: Ashod Nakashian <ashnakash at gmail.com>

diff --git a/test/httpwstest.cpp b/test/httpwstest.cpp
index badeed8..552f085 100644
--- a/test/httpwstest.cpp
+++ b/test/httpwstest.cpp
@@ -1317,6 +1317,7 @@ void HTTPWSTest::testInsertAnnotationWriter()
 
     // Insert comment.
     sendTextFrame(socket, "uno .uno:InsertAnnotation", testname);
+    assertResponseString(socket, "invalidatetiles:", testname);
 
     // Paste some text.
     sendTextFrame(socket, "paste mimetype=text/plain;charset=utf-8\nxxx yyy zzzz", testname);


More information about the Libreoffice-commits mailing list