Add simple unit tests for abld parser

This commit is contained in:
Tobias Hunger
2010-03-29 17:59:58 +02:00
parent deaa0cc137
commit 64bba7eda0
6 changed files with 54 additions and 9 deletions

View File

@@ -266,11 +266,6 @@ void Qt4ProjectManagerPlugin::testBasicProjectLoading()
QVERIFY(qt4project->rootProjectNode()->projectType() == ApplicationTemplate);
QVERIFY(m_projectExplorer->currentProject() != 0);
}
void Qt4ProjectManagerPlugin::testNotYetImplemented()
{
QCOMPARE(1+1, 2);
}
#endif
Q_EXPORT_PLUGIN(Qt4ProjectManagerPlugin)