[Be more lenient with non-persistent foreign-objects clinton@unknownlamer.org**20100716212420 Ignore-this: d46c70c71e211419ceab6b48343ee854 ] { hunk ./src/foreign-relation-slots.lisp 65 - hunk ./src/foreign-relation-slots.lisp 82 - :test #'db=) + :test (lambda (dao1 dao2) + (ignore-errors (db= dao1 dao2)))) hunk ./src/foreign-relation-slots.lisp 115 - :test #'db=)))) + :test (lambda (dao1 dao2) + (ignore-errors (db= dao1 dao2))))))) }