Ensure that *print-circle* is nil for comparing output of FORMAT.
authorKevin Rosenberg <kevin@rosenberg.net>
Sat, 6 Feb 2010 16:21:58 +0000 (09:21 -0700)
committerKevin Rosenberg <kevin@rosenberg.net>
Sat, 6 Feb 2010 16:21:58 +0000 (09:21 -0700)
tests/test-oodml.lisp

index 2fed92172ac1dd7f8f0eabf17ba531e1fbabe8f1..dadbfcbe6d542d753d7b20c80c21f562b5d22a30 100644 (file)
       (values
        (let ((inst (make-instance 'theme
                                   :title "test-theme" :vars "test-vars"
-                                  :doc "test-doc")))
+                                  :doc "test-doc"))
+              (*print-circle* nil))
          (setf (slot-value inst 'title) "alternate-test-theme")
          (format nil "~a ~a ~a ~a"
                  (or (select [title] :from [node]