test: baseline: Call finalizeAndDisconnect
Pick-to: 6.8 Change-Id: I4379b4b982b869ca8d502d2f102ddc3b3858b5c8 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
This commit is contained in:
parent
eca169b8d9
commit
ae9006b72d
@ -55,6 +55,7 @@ private:
|
||||
private slots:
|
||||
void initTestCase();
|
||||
void init();
|
||||
void cleanupTestCase();
|
||||
|
||||
void testRasterARGB32PM_data();
|
||||
void testRasterARGB32PM();
|
||||
@ -139,6 +140,11 @@ void tst_Lancelot::init()
|
||||
QBASELINE_SKIP_IF_BLACKLISTED;
|
||||
}
|
||||
|
||||
void tst_Lancelot::cleanupTestCase()
|
||||
{
|
||||
QBaselineTest::finalizeAndDisconnect();
|
||||
}
|
||||
|
||||
void tst_Lancelot::testRasterARGB32PM_data()
|
||||
{
|
||||
setupTestSuite();
|
||||
|
@ -100,6 +100,11 @@ void QWidgetBaselineTest::cleanup()
|
||||
window = nullptr;
|
||||
}
|
||||
|
||||
void QWidgetBaselineTest::cleanupTestCase()
|
||||
{
|
||||
QBaselineTest::finalizeAndDisconnect();
|
||||
}
|
||||
|
||||
void QWidgetBaselineTest::makeVisible()
|
||||
{
|
||||
Q_ASSERT(window);
|
||||
|
@ -28,6 +28,7 @@ private slots:
|
||||
void initTestCase();
|
||||
void init();
|
||||
void cleanup();
|
||||
void cleanupTestCase();
|
||||
|
||||
protected:
|
||||
void makeVisible();
|
||||
|
Loading…
x
Reference in New Issue
Block a user