forked from qt-creator/qt-creator
FilePathify some testing code
Change-Id: I3739a6eb3c2172078e9519e8186daf94ec74d99a Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -2351,7 +2351,7 @@ void DebuggerUnitTests::cleanupTestCase()
|
||||
|
||||
void DebuggerUnitTests::testStateMachine()
|
||||
{
|
||||
QString proFile = m_tmpDir->absolutePath("simple/simple.pro");
|
||||
FilePath proFile = m_tmpDir->absolutePath("simple/simple.pro");
|
||||
|
||||
CppEditor::Tests::ProjectOpenerAndCloser projectManager;
|
||||
QVERIFY(projectManager.open(proFile, true));
|
||||
|
||||
Reference in New Issue
Block a user