patrick
/
plasp
Archived
1
0
Fork 0

Corrected scope of acceptance tests.

This commit is contained in:
Patrick Lühne 2017-06-16 03:40:20 +02:00
parent 464550cb5b
commit 30a092b365
Signed by: patrick
GPG Key ID: 05F3611E97A70ABF
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ namespace fs = std::experimental::filesystem;
////////////////////////////////////////////////////////////////////////////////////////////////////
TEST_CASE("[PDDL parser] All the IPC domains are parsed without errors", "[PDDL parser]")
TEST_CASE("[PDDL parser acceptance] All the IPC domains are parsed without errors", "[PDDL parser acceptance]")
{
const pddl::Context::WarningCallback ignoreWarnings = [](const auto &, const auto &){};
@ -36,7 +36,7 @@ TEST_CASE("[PDDL parser] All the IPC domains are parsed without errors", "[PDDL
////////////////////////////////////////////////////////////////////////////////////////////////////
TEST_CASE("[PDDL parser] The first instance of every IPC domain is parsed without errors", "[PDDL parser]")
TEST_CASE("[PDDL parser acceptance] The first instance of every IPC domain is parsed without errors", "[PDDL parser acceptance]")
{
const pddl::Context::WarningCallback ignoreWarnings = [](const auto &, const auto &){};