Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KWin
Commits
267eb0e9
Commit
267eb0e9
authored
Dec 17, 2020
by
Vlad Zahorodnii
Browse files
Fix NightColorTest
Currently, the test crashes because the ColorManager is not created.
parent
533ec39a
Changes
1
Hide whitespace changes
Inline
Side-by-side
autotests/integration/kwin_wayland_test.cpp
View file @
267eb0e9
...
...
@@ -89,6 +89,7 @@ WaylandTestApplication::~WaylandTestApplication()
}
waylandServer
()
->
terminateClientConnections
();
destroyCompositor
();
destroyColorManager
();
}
void
WaylandTestApplication
::
performStartup
()
...
...
@@ -127,6 +128,7 @@ void WaylandTestApplication::performStartup()
// first load options - done internally by a different thread
createOptions
();
createColorManager
();
waylandServer
()
->
createInternalConnection
();
// try creating the Wayland Backend
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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