X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=package.lisp;h=2f0da68080b10cf79c4ceca36e58328ff8f5ecce;hb=77e80d4f7d2d8a1aea36f9239abc7e1b25500ecc;hp=68562f23704ce4ffe1303966f09504b7029486d3;hpb=6e195606e06173086a91616042adef3072633d92;p=xlunit.git diff --git a/package.lisp b/package.lisp index 68562f2..2f0da68 100644 --- a/package.lisp +++ b/package.lisp @@ -2,10 +2,10 @@ ;;;; ************************************************************************* ;;;; FILE IDENTIFICATION ;;;; -;;;; ID: $Id: package.lisp,v 1.8 2003/08/04 19:31:34 kevin Exp $ +;;;; ID: $Id: package.lisp,v 1.10 2003/08/06 14:15:32 kevin Exp $ ;;;; Purpose: Package definition for XLUnit ;;;; -;;;; $Id: package.lisp,v 1.8 2003/08/04 19:31:34 kevin Exp $ +;;;; $Id: package.lisp,v 1.10 2003/08/06 14:15:32 kevin Exp $ ;;;; ************************************************************************* (in-package #:cl-user) @@ -28,6 +28,9 @@ #:assert-false #:assert-equal #:assert-eql + #:assert-not-eql + #:assert-condition + #:assert-not-condition #:test-failure #:failure