Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
KWin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
19
Issues
19
List
Boards
Labels
Service Desk
Milestones
Merge Requests
58
Merge Requests
58
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Plasma
KWin
Commits
e74eacd2
Commit
e74eacd2
authored
Sep 23, 2017
by
Martin Flöser
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[autotests] Try making StartTest more robust on FreeBSD
Use QTRY_COMPARE instead of QCOMPARE to wait longer.
parent
af20f1aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
autotests/integration/start_test.cpp
autotests/integration/start_test.cpp
+1
-1
No files found.
autotests/integration/start_test.cpp
View file @
e74eacd2
...
...
@@ -101,7 +101,7 @@ void StartTest::testCreateWindow()
QVERIFY
(
waylandServer
()
->
clients
().
isEmpty
());
// now dispatch should give us the client
waylandServer
()
->
dispatch
();
QCOMPARE
(
waylandServer
()
->
clients
().
count
(),
1
);
Q
TRY_
COMPARE
(
waylandServer
()
->
clients
().
count
(),
1
);
// but still not yet in workspace
QVERIFY
(
workspace
()
->
allClientList
().
isEmpty
());
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment