Unbreak TerminalInterfaceTest
ClosedPublic

Authored by sandsmark on Oct 22 2017, 11:19 AM.

Details

Summary

the sleep() function somehow didn't let events be processed properly (slots were never called), so use QSignalSpy::wait() instead, which is made for this.

Test Plan

all tests now pass here.

Diff Detail

Repository
R319 Konsole
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
sandsmark created this revision.Oct 22 2017, 11:19 AM
hindenburg accepted this revision.Oct 25 2017, 12:56 PM

looks fine - what OS are you running that this failed? I've never noticed/heard of any failures.

This revision is now accepted and ready to land.Oct 25 2017, 12:56 PM
This revision was automatically updated to reflect the committed changes.