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

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


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

New commits:
commit e1cd116abd4bde3f0286c63b703f9f28c46e146f
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date:   Mon Sep 19 08:12:38 2016 -0400

    loolwsd: duplicate command name removed
    
    Change-Id: Iad7b440ec4ab30e832cf3ae2d4c64760fcb1db5d
    Reviewed-on: https://gerrit.libreoffice.org/29022
    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 ab1b528..2877797 100644
--- a/loolwsd/test/httpwstest.cpp
+++ b/loolwsd/test/httpwstest.cpp
@@ -1031,8 +1031,7 @@ void HTTPWSTest::testInactiveClient()
                                             token == "textselectionend:" ||
                                             token == "textselectionstart:" ||
                                             token == "textviewselection:" ||
-                                            token == "viewcursorvisible:" ||
-                                            token == "graphicviewselection:");
+                                            token == "viewcursorvisible:");
 
                     // End when we get state changed.
                     return (token != "statechanged:");


More information about the Libreoffice-commits mailing list