Ensure that *print-circle* is nil for comparing output of FORMAT.
[clsql.git] / 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]