summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2013-12-28 04:55:38 +0100
committerPetr Mrázek <peterix@gmail.com>2013-12-28 04:55:38 +0100
commit595e4b697e911e2ed036446dd624dca77e234944 (patch)
treea090baf9510bcd9a38b3676d735102223352da1d
parent7652b3d64a63c587f520633364412345083210d4 (diff)
downloadMultiMC-595e4b697e911e2ed036446dd624dca77e234944.tar
MultiMC-595e4b697e911e2ed036446dd624dca77e234944.tar.gz
MultiMC-595e4b697e911e2ed036446dd624dca77e234944.tar.lz
MultiMC-595e4b697e911e2ed036446dd624dca77e234944.tar.xz
MultiMC-595e4b697e911e2ed036446dd624dca77e234944.zip
Change TestParseScript path back to what it was.
-rw-r--r--mmc_updater/src/tests/TestParseScript.cpp2
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);
}