X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=example.lisp;h=5265bcad013c22c928e533a01f3a3fc5d8ecb62f;hb=8133177de9c5d202520bd83b5e797ef7a39942ad;hp=ce53451183e8bab56b0d730865af147152ed2cf3;hpb=c7bc011f355411986f238987a4f97c93f66818dc;p=xlunit.git diff --git a/example.lisp b/example.lisp index ce53451..5265bca 100644 --- a/example.lisp +++ b/example.lisp @@ -2,18 +2,16 @@ ;;;; ************************************************************************* ;;;; FILE IDENTIFICATION ;;;; -;;;; Name: example.lisp -;;;; Purpose: Example file for XLTest -;;;; Authors: Kevin Rosenberg and Craig Brozefsky +;;;; ID: $Id: example.lisp,v 1.4 2003/08/04 12:16:13 kevin Exp $ +;;;; Purpose: Example file for XLUnit ;;;; -;;;; $Id: example.lisp,v 1.2 2003/08/04 09:46:44 kevin Exp $ ;;;; ************************************************************************* -(defpackage #:xltest-example - (:use #:cl #:xltest) +(defpackage #:xlunit-example + (:use #:cl #:xlunit) (:export #:math-test-suite)) -(in-package #:xltest-example) +(in-package #:xlunit-example) ;;; First we define some basic fixtures that we are going to need to ;;; perform our tests. A fixture is a place to hold data we need