[Libreoffice-commits] online.git: loolwsd/test

Ashod Nakashian ashod.nakashian at collabora.co.uk
Mon Sep 19 12:03:38 UTC 2016


 loolwsd/test/httpwstest.cpp |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 1fc7ec0be558bd5461d10f46fe0a4db30e4aae0e
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date:   Sat Sep 17 21:47:24 2016 -0400

    loolwsd: add graphicviewselection to expected messages in unittests
    
    Change-Id: I2f2e009c970839f380d7501c7a45ffdc0936e5f7
    Reviewed-on: https://gerrit.libreoffice.org/29007
    Reviewed-by: Ashod Nakashian <ashnakash at gmail.com>
    Tested-by: Ashod Nakashian <ashnakash at gmail.com>

diff --git a/loolwsd/test/httpwstest.cpp b/loolwsd/test/httpwstest.cpp
index 858f58d..fe348ad 100644
--- a/loolwsd/test/httpwstest.cpp
+++ b/loolwsd/test/httpwstest.cpp
@@ -1032,7 +1032,8 @@ void HTTPWSTest::testInactiveClient()
                                             token == "textselectionend:" ||
                                             token == "textselectionstart:" ||
                                             token == "textviewselection:" ||
-                                            token == "viewcursorvisible:");
+                                            token == "viewcursorvisible:" ||
+                                            token == "graphicviewselection:");
 
                     // End when we get state changed.
                     return (token != "statechanged:");


More information about the Libreoffice-commits mailing list