This commit is contained in:
Roman Bovsunivskiy
2010-06-30 14:19:36 +00:00
parent 7affbe8f4d
commit 9f911179b4
2 changed files with 6 additions and 3 deletions
@@ -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();