Skip to content
Snippets Groups Projects
Commit 6a783233 authored by pfdietz's avatar pfdietz
Browse files

Added warning comments to two busted tests (delete-packages-[56])

parent d90ff5ac
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,9 @@
;;
;; The next test had the same problem.
;;; PFD 10/14/02 -- These tests are broken again. I suspect
;;; some sort of interaction with the test harness.
(deftest delete-package-5
(prog (P1 S1 P2 S2 P3)
(ignore-errors (delete-package "P3"))
......@@ -124,6 +127,9 @@
;; package-error (same comments for delete-package-5 apply
;; here as well)
;;; PFD 10/14/02 -- These tests are broken again. I suspect
;;; some sort of interaction with the test harness.
(deftest delete-package-6
(progn
(when (find-package "TEST-20") (delete-package "TEST-20"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment