X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=result.lisp;h=28baaa5644a8f22fe1d85cffab02ec64a9473929;hb=274fc70849b8122372f0e114a917f23852ce7f20;hp=eb49d0fc3773fb557c84e2cc581d918ff5066317;hpb=6e195606e06173086a91616042adef3072633d92;p=xlunit.git 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)