[autotests] Gracefully destroy xdg client
This commit is contained in:
parent
168ea98845
commit
a4ec797883
1 changed files with 4 additions and 0 deletions
|
@ -435,6 +435,10 @@ void InternalWindowTest::testKeyboardTriggersLeave()
|
|||
kwinApp()->platform()->keyboardKeyPressed(KEY_A, timestamp++);
|
||||
QVERIFY(enteredSpy.wait());
|
||||
kwinApp()->platform()->keyboardKeyReleased(KEY_A, timestamp++);
|
||||
|
||||
// Destroy the test client.
|
||||
shellSurface.reset();
|
||||
QVERIFY(Test::waitForWindowDestroyed(c));
|
||||
}
|
||||
|
||||
void InternalWindowTest::testTouch()
|
||||
|
|
Loading…
Reference in a new issue