forked from qt-creator/qt-creator
McuSupport: Fix test expectation
Change-Id: I4cd0fa4d326e7681f187980c11d37668ae46c798 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io> Reviewed-by: Piotr Mućko <piotr.mucko@qt.io>
This commit is contained in:
committed by
Piotr Mućko
parent
4318bfb9b6
commit
8b994bd79b
@@ -92,7 +92,7 @@ void McuSupportTest::test_addFreeRtosCmakeVarToKit()
|
||||
QCOMPARE(cmakeConfig.size(), 1);
|
||||
|
||||
CMakeConfigItem expectedCmakeVar{freeRtosCmakeVar.toLocal8Bit(),
|
||||
defaultfreeRtosPath.toLocal8Bit()};
|
||||
FilePath::fromString(defaultfreeRtosPath).toUserOutput().toLocal8Bit()};
|
||||
QVERIFY(cmakeConfig.contains(expectedCmakeVar));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user