Fixed incorrect names of test cases.
This commit is contained in:
parent
d0d141ef99
commit
de648fbb1d
@ -12,7 +12,7 @@ const auto pddlInstanceBasePath = fs::path("data") / "pddl-instances";
|
|||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
TEST_CASE("[PDDL parser] Check past issues", "[PDDL parser]")
|
TEST_CASE("[PDDL parser] The PDDL parser behaves correctly", "[PDDL parser]")
|
||||||
{
|
{
|
||||||
pddl::Tokenizer tokenizer;
|
pddl::Tokenizer tokenizer;
|
||||||
pddl::Context context(std::move(tokenizer), ignoreWarnings);
|
pddl::Context context(std::move(tokenizer), ignoreWarnings);
|
||||||
|
@ -11,7 +11,7 @@ const pddl::Context::WarningCallback ignoreWarnings = [](const auto &, const aut
|
|||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
TEST_CASE("[PDDL signature matching] The official PDDL instances are parsed correctly", "[PDDL signature matching]")
|
TEST_CASE("[PDDL signature matching] Predicate signatures are matched correctly", "[PDDL signature matching]")
|
||||||
{
|
{
|
||||||
std::stringstream input;
|
std::stringstream input;
|
||||||
pddl::Tokenizer tokenizer;
|
pddl::Tokenizer tokenizer;
|
||||||
|
Reference in New Issue
Block a user