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:
Christian Stenger
2022-02-21 11:28:16 +01:00
committed by Piotr Mućko
parent 4318bfb9b6
commit 8b994bd79b

View File

@@ -92,7 +92,7 @@ void McuSupportTest::test_addFreeRtosCmakeVarToKit()
QCOMPARE(cmakeConfig.size(), 1); QCOMPARE(cmakeConfig.size(), 1);
CMakeConfigItem expectedCmakeVar{freeRtosCmakeVar.toLocal8Bit(), CMakeConfigItem expectedCmakeVar{freeRtosCmakeVar.toLocal8Bit(),
defaultfreeRtosPath.toLocal8Bit()}; FilePath::fromString(defaultfreeRtosPath).toUserOutput().toLocal8Bit()};
QVERIFY(cmakeConfig.contains(expectedCmakeVar)); QVERIFY(cmakeConfig.contains(expectedCmakeVar));
} }