forked from qt-creator/qt-creator
McuSupport: Compare OS specific paths in unit test
Change-Id: I95cae23dc1aebfa5f9d7ff7c6cb36f984b2d53a5 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io> Reviewed-by: Yasser Grimes <yasser.grimes@qt.io>
This commit is contained in:
@@ -1071,7 +1071,7 @@ void McuSupportTest::test_legacy_createQtMCUsPackage()
|
||||
QCOMPARE(qtForMCUsSDK->detectionPath(),
|
||||
FilePath::fromUserInput(Legacy::Constants::QT_FOR_MCUS_SDK_PACKAGE_VALIDATION_PATH)
|
||||
.withExecutableSuffix());
|
||||
QCOMPARE(qtForMCUsSDK->path().toString(), qtForMcuSdkPath);
|
||||
QCOMPARE(qtForMCUsSDK->path().toUserOutput(), qtForMcuSdkPath);
|
||||
}
|
||||
|
||||
void McuSupportTest::test_legacy_supportMultipleToolchainVersions()
|
||||
|
||||
Reference in New Issue
Block a user