testrunner: Fix assertion error

This commit is contained in:
Daniel Marjamäki 2019-08-17 15:12:49 +02:00
parent a17f2a6f05
commit eaf7224f6a
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ private:
TestImporter importer;
importer.importCompileCommands(istr);
ASSERT_EQUALS(1, importer.fileSettings.size());
ASSERT_EQUALS("CFGDIR=\"/usr/local/share/Cppcheck\";TEST1=1;TEST2=2", importer.fileSettings.begin()->defines);
ASSERT_EQUALS("FILESDIR=\"/usr/local/share/Cppcheck\";TEST1=1;TEST2=2", importer.fileSettings.begin()->defines);
}
void importCompileCommands2() const {