Renamed issue checking test.

This commit is contained in:
Patrick Lühne 2016-06-09 23:35:57 +02:00
parent d1063b345d
commit c6bdfe3f38

View File

@ -393,7 +393,7 @@ TEST(PDDLParserTests, DetectSyntaxErrors)
//////////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////////
TEST(PDDLParserTests, DetectIssues) TEST(PDDLParserTests, CheckIssues)
{ {
// Check white space issues with constants and parsing unsupported sections // Check white space issues with constants and parsing unsupported sections
ASSERT_NO_THROW(Description::fromFile("data/issues/issue-1.pddl")); ASSERT_NO_THROW(Description::fromFile("data/issues/issue-1.pddl"));