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

Henry Castro hcastro at collabora.com
Wed May 11 05:11:08 UTC 2016


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

New commits:
commit 947884e46aeed5ed50f6cf1ddb685fd2c12ea8d8
Author: Henry Castro <hcastro at collabora.com>
Date:   Wed May 11 01:12:18 2016 -0400

    loolwsd: test: update testInactiveClient

diff --git a/loolwsd/test/httpwstest.cpp b/loolwsd/test/httpwstest.cpp
index c325140..e0548ee 100644
--- a/loolwsd/test/httpwstest.cpp
+++ b/loolwsd/test/httpwstest.cpp
@@ -1187,7 +1187,8 @@ void HTTPWSTest::testInactiveClient()
                                             token == "textselectionend:" ||
                                             token == "invalidatetiles:" ||
                                             token == "invalidatecursor:" ||
-                                            token == "statechanged:");
+                                            token == "statechanged:" ||
+                                            token == "editlock:");
 
                     // End when we get state changed.
                     return (token != "statechanged:");


More information about the Libreoffice-commits mailing list