diff options
Diffstat (limited to 'mmc_updater/src/tests')
-rw-r--r-- | mmc_updater/src/tests/TestParseScript.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mmc_updater/src/tests/TestParseScript.cpp b/mmc_updater/src/tests/TestParseScript.cpp index e8087b33..f4453957 100644 --- a/mmc_updater/src/tests/TestParseScript.cpp +++ b/mmc_updater/src/tests/TestParseScript.cpp @@ -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); } |