Skip to content
Snippets Groups Projects
Commit 3a15c8c3 authored by Kai Koehne's avatar Kai Koehne
Browse files

QmlDesigner: Remove empty initTestCase/cleanupTestCase from bauhaustests

parent 99524f65
No related branches found
No related tags found
No related merge requests found
...@@ -56,10 +56,6 @@ TestBauhaus::TestBauhaus() ...@@ -56,10 +56,6 @@ TestBauhaus::TestBauhaus()
Q_ASSERT(QFileInfo(m_executable).exists()); Q_ASSERT(QFileInfo(m_executable).exists());
} }
void TestBauhaus::initTestCase()
{
}
bool TestBauhaus::loadFile(const QString &fileName) bool TestBauhaus::loadFile(const QString &fileName)
{ {
QProcess process; QProcess process;
...@@ -91,10 +87,6 @@ QStringList findAllQmlFiles(const QDir &dir) ...@@ -91,10 +87,6 @@ QStringList findAllQmlFiles(const QDir &dir)
return files; return files;
} }
void TestBauhaus::cleanupTestCase()
{
}
void TestBauhaus::loadExamples_data() void TestBauhaus::loadExamples_data()
{ {
QTest::addColumn<QString>("filePath"); QTest::addColumn<QString>("filePath");
......
...@@ -42,8 +42,6 @@ public: ...@@ -42,8 +42,6 @@ public:
TestBauhaus(); TestBauhaus();
private slots: private slots:
void initTestCase();
void cleanupTestCase();
void loadExamples_data(); void loadExamples_data();
void loadExamples(); void loadExamples();
void loadDemos_data(); void loadDemos_data();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment