Skip to content

Commit

Permalink
Fix tests for CCL.
Browse files Browse the repository at this point in the history
  • Loading branch information
rpgoldman committed Nov 16, 2023
1 parent c4dea5d commit af84902
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion hddl-utils/tests/hddl-data.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,10 @@
(17 (GET-TO TRUCK-0 CITY-LOC-2)
M-DRIVE-TO 6))))

#|
(cl:defparameter hddl-utils-tests::*expected-task*
'(drive truck-0 city-loc-2 city-loc-1))

#|
(cl:defparameter pddl-utils-tests::*pddl-keywords*
'(:adl :strips
:typing
Expand Down
2 changes: 1 addition & 1 deletion hddl-utils/tests/tests.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@

(test check-comma-separated-task
(let ((string "drive truck-0, city-loc-2, city-loc-1"))
(is (equalp HDDL::'(drive truck-0 city-loc-2 city-loc-1)
(is (equalp *expected-task*
(hddl-pprinter::comma-separated-task->sexp string)))))

(test check-reading-plan-comma-separated
Expand Down

0 comments on commit af84902

Please sign in to comment.