mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-16 01:49:23 +02:00
Fixed #1534
This commit is contained in:
@@ -37,9 +37,12 @@ FWWindowTest::FWWindowTest(QWidget *parent)
|
||||
{
|
||||
}
|
||||
|
||||
void FWWindowTest::initTestCase()
|
||||
void FWWindowTest::cleanupTestCase()
|
||||
{
|
||||
|
||||
qDebug() << 1;
|
||||
if (QFile::exists("/tmp/update_4.0.0"))
|
||||
qDebug() << 2;
|
||||
QFile::remove("/tmp/update_4.0.0");
|
||||
}
|
||||
|
||||
void FWWindowTest::findMessageBox()
|
||||
|
||||
@@ -41,7 +41,7 @@ public slots:
|
||||
void findNoMessageBox();
|
||||
void prepareMW();
|
||||
private slots:
|
||||
void initTestCase();
|
||||
void cleanupTestCase();
|
||||
void checkForUpgrade_1();
|
||||
void checkForUpgrade_2();
|
||||
void checkForUpgrade_3();
|
||||
|
||||
Reference in New Issue
Block a user