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

Commented out tests allocate-instance.error.[23], after a good argument was...

Commented out tests allocate-instance.error.[23], after a good argument was received that they are bogus.
parent 3d446974
No related branches found
No related tags found
No related merge requests found
...@@ -111,6 +111,11 @@ ...@@ -111,6 +111,11 @@
(classify-error (allocate-instance)) (classify-error (allocate-instance))
program-error) program-error)
;;; Duane Rettig made a convincing argument that the next two
;;; tests are bad, since the caller of allocate-instance
;;; is supposed to have checked that the initargs are valid
#|
(deftest allocate-instance.error.2 (deftest allocate-instance.error.2
(classify-error (allocate-instance (find-class 'allocate-instance-class-01) (classify-error (allocate-instance (find-class 'allocate-instance-class-01)
:b)) :b))
...@@ -120,3 +125,4 @@ ...@@ -120,3 +125,4 @@
(classify-error (allocate-instance (find-class 'allocate-instance-class-01) (classify-error (allocate-instance (find-class 'allocate-instance-class-01)
'(a b c) nil)) '(a b c) nil))
program-error) program-error)
|#
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