X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=suite.lisp;fp=suite.lisp;h=85cfcc6e2d40986119cca7c9d27012e940d8e356;hb=381a23bb7ab8dd206bcd430ce9c7ee9c53e52f13;hp=42d4d616a44b49511439acb1e8539ea47cebebc7;hpb=e6a0ad7329d3ce497ce8c9f3d0d37811b2da4811;p=xlunit.git diff --git a/suite.lisp b/suite.lisp index 42d4d61..85cfcc6 100644 --- a/suite.lisp +++ b/suite.lisp @@ -2,7 +2,7 @@ ;;;; ************************************************************************* ;;;; FILE IDENTIFICATION ;;;; -;;;; ID: $Id: suite.lisp,v 1.4 2003/08/04 16:42:27 kevin Exp $ +;;;; ID: $Id: suite.lisp,v 1.5 2003/08/04 17:04:49 kevin Exp $ ;;;; Purpose: Suite functions for XLUnit ;;;; ;;;; ************************************************************************* @@ -28,7 +28,7 @@ t) (defmethod run-on-test ((suite test-suite) - &key (result (make-instance 'test-result)) + &key (result (make-instance 'test-results)) (handle-errors t)) (setup-testsuite-named (slot-value suite 'name)) (dolist (test (tests suite))