[Libreoffice-commits] online.git: test/httpwstest.cpp
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Nov 13 08:12:25 UTC 2018
test/httpwstest.cpp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 596f3d14dbfa708a5c360c10e2d32c2f44ae5e25
Author: Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Tue Nov 13 09:12:03 2018 +0100
Commit: Miklos Vajna <vmiklos at 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:");
More information about the Libreoffice-commits
mailing list