Fix NightColorTest

Currently, the test crashes because the ColorManager is not created.
remotes/origin/work/screens_crash
Vlad Zahorodnii 5 years ago
parent 533ec39af5
commit 267eb0e9fa
  1. 2
      autotests/integration/kwin_wayland_test.cpp

@ -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

Loading…
Cancel
Save