Change TestParseScript path back to what it was.
This commit is contained in:
@ -10,7 +10,7 @@ void TestParseScript::testParse()
|
||||
{
|
||||
UpdateScript script;
|
||||
|
||||
script.parse("mmc_updater/src/tests/file_list.xml");
|
||||
script.parse("file_list.xml");
|
||||
|
||||
TEST_COMPARE(script.isValid(),true);
|
||||
}
|
||||
|
Reference in New Issue
Block a user