Skip to content

Commit

Permalink
wsd: test: testInactiveClient may get jsdsialog message
Browse files Browse the repository at this point in the history
Change-Id: Ib5df91537e91e0a658fd7c47fa5fd07610f0c786
Signed-off-by: Ashod Nakashian <[email protected]>
  • Loading branch information
Ashod authored and vmiklos committed Jun 20, 2023
1 parent 214f212 commit d0d09e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/httpwstest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,8 @@ void HTTPWSTest::testInactiveClient()
token == "window:" ||
token == "rulerupdate:" ||
token == "tableselected:" ||
token == "colorpalettes:");
token == "colorpalettes:" ||
token == "jsdialog:");

// End when we get state changed.
return (token != "statechanged:");
Expand Down

0 comments on commit d0d09e3

Please sign in to comment.