Browse Source

More work on crash fixes

QGC4.4
DoinLakeFlyer 5 years ago
parent
commit
8abf00c6be
  1. 3
      src/qgcunittest/UnitTest.cc

3
src/qgcunittest/UnitTest.cc

@ -136,9 +136,6 @@ void UnitTest::cleanup(void) @@ -136,9 +136,6 @@ void UnitTest::cleanup(void)
_disconnectMockLink();
_closeMainWindow();
// We add a slight delay here to allow for deleteLater and Qml cleanup
QTest::qWait(200);
// Keep in mind that any code below these QCOMPARE may be skipped if the compare fails
if (_expectMissedMessageBox) {
QEXPECT_FAIL("", "Expecting failure due internal testing", Continue);

Loading…
Cancel
Save