X-Git-Url: http://git.kpe.io/?p=xlunit.git;a=blobdiff_plain;f=result.lisp;fp=result.lisp;h=28baaa5644a8f22fe1d85cffab02ec64a9473929;hp=eb49d0fc3773fb557c84e2cc581d918ff5066317;hb=3d99efdf0959b199cc4b2e020c7692f650094f73;hpb=6c233c812b0e160d80e613bb3dfcedc59514e3e9 diff --git a/result.lisp b/result.lisp index eb49d0f..28baaa5 100644 --- a/result.lisp +++ b/result.lisp @@ -2,7 +2,7 @@ ;;;; ************************************************************************* ;;;; FILE IDENTIFICATION ;;;; -;;;; ID: $Id: result.lisp,v 1.6 2003/08/04 19:31:34 kevin Exp $ +;;;; ID: $Id: result.lisp,v 1.7 2003/08/05 22:56:25 kevin Exp $ ;;;; Purpose: Result functions for XLUnit ;;;; ;;;; ************************************************************************* @@ -56,7 +56,7 @@ (defmethod is-failure ((failure test-failure)) "Returns T if a failure was a test-failure condition" - (typep (thrown-condition failure) 'test-failure-condition)) + (typep (thrown-condition failure) 'assertion-failed)) (defmethod print-object ((obj test-failure) stream) (print-unreadable-object (obj stream :type t :identity nil)