Properly cleanup in notificationmanagertest

Authored by dfaure on May 10 2019, 3:40 PM.

Description

Properly cleanup in notificationmanagertest

Summary:
The call to "quit" is symmetrical with

QMetaObject::invokeMethod(&manager, "init", Qt::DirectConnection);

on line 56 of the test (due to NoThread mode).

But for the call to quit() to work, the base class has to not assert.

Test Plan: bin/notificationmanagertest in an ASAN build

Reviewers: dvratil

Reviewed By: dvratil

Subscribers: kde-pim

Differential Revision: https://phabricator.kde.org/D21132

Details

Committed
dfaureMay 10 2019, 4:13 PM
Reviewer
dvratil
Differential Revision
D21132: Properly cleanup in notificationmanagertest
Parents
R165:6422cb494f23: Fix QObject::connect warning in itemretrievertest
Branches
Unknown
Tags
Unknown