loolwsd/test/httpwstest.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
New commits: commit e1cd116abd4bde3f0286c63b703f9f28c46e146f Author: Ashod Nakashian <[email protected]> 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 <[email protected]> Tested-by: Ashod Nakashian <[email protected]> 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:"); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
