patrick
/
plasp
Archived
1
0
Fork 0

Renamed issue checking test.

This commit is contained in:
Patrick Lühne 2016-06-09 23:35:57 +02:00
parent d1063b345d
commit c6bdfe3f38
1 changed files with 1 additions and 1 deletions

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
ASSERT_NO_THROW(Description::fromFile("data/issues/issue-1.pddl"));