Replicated white space test case in new PDDL parsing library.

This commit is contained in:
2017-06-19 00:35:31 +02:00
parent c6c36273b5
commit 40b43217fc
3 changed files with 9 additions and 1 deletions

View File

@@ -357,7 +357,7 @@ TEST_CASE("[PDDL parser] White spaces are ignored", "[PDDL parser]")
plasp::output::Logger logger;
Context context(Tokenizer(), logger);
CHECK_NOTHROW(Description::fromFile("data/white-space-test.pddl", context));
CHECK_NOTHROW(Description::fromFile("data/test-cases/white-space.pddl", context));
}
////////////////////////////////////////////////////////////////////////////////////////////////////