Commit Graph

35 Commits

Author SHA1 Message Date
12e55da662 Allowing “at” as a predicate name even though it is an expression identifier. 2017-06-21 23:00:07 +02:00
08c55adfbd Added test case covering missing variable names. 2017-06-21 16:55:56 +02:00
39c0e27cb2 Refactoring of tokenizer and stream classes for better efficiency and maintainability. 2017-06-21 02:56:27 +02:00
799c9ce2fb Replicated test cases for former issues in PDDL parsing library. 2017-06-19 01:15:20 +02:00
c35faab104 Replicated syntax error tests in PDDL parsing library. 2017-06-19 01:09:55 +02:00
df2359712f Removed unwanted debug output. 2017-06-19 01:09:55 +02:00
de648fbb1d Fixed incorrect names of test cases. 2017-06-19 01:09:55 +02:00
d0d141ef99 Replicated test cases with missing or mismatched domains in PDDL parsing library. 2017-06-19 01:09:50 +02:00
40b43217fc Replicated white space test case in new PDDL parsing library. 2017-06-19 00:35:31 +02:00
9fe489de53 Added unit tests covering predicate signature matching. 2017-06-19 00:18:03 +02:00
60d8b9ba77 Fixed incorrect parsing order of type declarations. 2017-06-19 00:18:02 +02:00
1379c24362 Renamed test sections for clarity. 2017-06-19 00:18:02 +02:00
230844c3ae Fixed whitespace issue in typing sections and added test cases. 2017-06-19 00:18:02 +02:00
e364d01cf4 Fixed issue in parsing typed objects in multiple iterations and added test case. 2017-06-19 00:18:02 +02:00
83a36003b1 Added test case covering complicated nested effects. 2017-06-19 00:18:01 +02:00
fc48b8f694 Added test case covering typed objects. 2017-06-19 00:18:01 +02:00
195cffbf88 Fixed incorrectly determined parent types and added unit test. 2017-06-19 00:18:01 +02:00
bfb382de52 Fixed incorrect constant types and added unit test. 2017-06-19 00:18:01 +02:00
101f33df6e Removed unused test file. 2017-06-19 00:18:01 +02:00
615167e7cd Implemented compatibility mode to support old instances. 2017-06-19 00:18:01 +02:00
da2a3eefa4 Added extensive test covering Blocksworld instance. 2017-06-19 00:18:01 +02:00
3877012274 Minor extension of unit test covering Blocksworld domain. 2017-06-19 00:18:01 +02:00
e0aca18b38 Removed unnecessary directives in test case. 2017-06-19 00:18:01 +02:00
19c81effbe Added extensive test for Blocksworld domain. 2017-06-19 00:18:00 +02:00
f349b5e351 Minor formatting. 2017-06-19 00:14:29 +02:00
de69003105 Sectioning unit tests for meaningful error messages. 2017-06-19 00:14:25 +02:00
9fbe0db567 Extended unit test on “either” types. 2017-06-19 00:14:05 +02:00
1876d1fe0b Fixed parsing of types. 2017-06-19 00:14:01 +02:00
30a092b365 Corrected scope of acceptance tests. 2017-06-19 00:13:56 +02:00
464550cb5b Renamed tests file. 2017-06-19 00:13:52 +02:00
9642bab0c8 Enabled colored unit test results by default. 2017-06-19 00:13:13 +02:00
517698475c Added test cases for all competition domains (not all of them supported yet). 2017-06-19 00:13:03 +02:00
0b8da69394 Added official PDDL competition instances for automated testing. 2017-06-19 00:13:03 +02:00
a7c4fdb242 Started reimplementing problem parser. 2017-06-19 00:12:51 +02:00
d7db0d8ccd Started implementing clean, separate PDDL syntax tree and parser. 2017-05-12 13:58:28 +02:00