forked from qt-creator/qt-creator
Remove test of Qt4 project loading
This test is broken for a long time now and the squish tests cover this functionality. Change-Id: I5ec598da8d2b9fec304a6df76509fa66318a6c2b Reviewed-on: http://codereview.qt.nokia.com/3820 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
@@ -326,18 +326,4 @@ void Qt4ProjectManagerPlugin::jumpToFile()
|
||||
editor->jumpToFile();
|
||||
}
|
||||
|
||||
#ifdef WITH_TESTS
|
||||
void Qt4ProjectManagerPlugin::testBasicProjectLoading()
|
||||
{
|
||||
QString testDirectory = ExtensionSystem::PluginManager::instance()->testDataDirectory() + "/qt4projectmanager/";
|
||||
QString test1 = testDirectory + "test1/test1.pro";
|
||||
m_projectExplorer->openProject(test1);
|
||||
QVERIFY(!m_projectExplorer->session()->projects().isEmpty());
|
||||
Qt4Project *qt4project = qobject_cast<Qt4Project *>(m_projectExplorer->session()->projects().first());
|
||||
QVERIFY(qt4project);
|
||||
QVERIFY(qt4project->rootQt4ProjectNode()->projectType() == ApplicationTemplate);
|
||||
QVERIFY(m_projectExplorer->currentProject() != 0);
|
||||
}
|
||||
#endif
|
||||
|
||||
Q_EXPORT_PLUGIN(Qt4ProjectManagerPlugin)
|
||||
|
||||
Reference in New Issue
Block a user