mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2025-01-27 06:35:17 +00:00
Change TestParseScript path back to what it was.
This commit is contained in:
parent
7652b3d64a
commit
595e4b697e
@ -10,7 +10,7 @@ void TestParseScript::testParse()
|
|||||||
{
|
{
|
||||||
UpdateScript script;
|
UpdateScript script;
|
||||||
|
|
||||||
script.parse("mmc_updater/src/tests/file_list.xml");
|
script.parse("file_list.xml");
|
||||||
|
|
||||||
TEST_COMPARE(script.isValid(),true);
|
TEST_COMPARE(script.isValid(),true);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user