test/httpwstest.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit 596f3d14dbfa708a5c360c10e2d32c2f44ae5e25 Author: Miklos Vajna <vmik...@collabora.com> AuthorDate: Tue Nov 13 09:12:03 2018 +0100 Commit: Miklos Vajna <vmik...@collabora.com> CommitDate: Tue Nov 13 09:12:03 2018 +0100 test: fix HTTPWSTest::testInactiveClient() diff --git a/test/httpwstest.cpp b/test/httpwstest.cpp index 330d3a0f9..f0aee365a 100644 --- a/test/httpwstest.cpp +++ b/test/httpwstest.cpp @@ -1353,7 +1353,8 @@ void HTTPWSTest::testInactiveClient() token == "textviewselection:" || token == "viewcursorvisible:" || token == "viewinfo:" || - token == "editor:"); + token == "editor:" || + token == "context:"); // End when we get state changed. return (token != "statechanged:"); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits