From f67db194b4ffb7d673feb50dc0e152274c14cd76 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sun, 7 Sep 2003 06:34:45 +0000 Subject: [PATCH 1/1] r7061: initial property settings --- assert.lisp | 2 +- example.lisp | 2 +- fixture.lisp | 2 +- listener.lisp | 2 +- package.lisp | 4 ++-- printer.lisp | 2 +- result.lisp | 2 +- suite.lisp | 2 +- tcase.lisp | 2 +- tests.lisp | 2 +- textui.lisp | 2 +- xlunit.asd | 2 +- 12 files changed, 13 insertions(+), 13 deletions(-) diff --git a/assert.lisp b/assert.lisp index e2d7356..6a38751 100644 --- a/assert.lisp +++ b/assert.lisp @@ -2,7 +2,7 @@ ;;;; ************************************************************************* ;;;; FILE IDENTIFICATION ;;;; -;;;; ID: $Id: assert.lisp,v 1.10 2003/08/10 07:39:33 kevin Exp $ +;;;; ID: $Id$ ;;;; Purpose: Assert functions for XLUnit ;;;; ;;;; ************************************************************************* diff --git a/example.lisp b/example.lisp index 73ab439..599d3b2 100644 --- a/example.lisp +++ b/example.lisp @@ -2,7 +2,7 @@ ;;;; ************************************************************************* ;;;; FILE IDENTIFICATION ;;;; -;;;; ID: $Id: example.lisp,v 1.9 2003/08/06 11:37:23 kevin Exp $ +;;;; ID: $Id$ ;;;; Purpose: Example file for XLUnit ;;;; ;;;; ************************************************************************* diff --git a/fixture.lisp b/fixture.lisp index 84f28bf..dab8e53 100644 --- a/fixture.lisp +++ b/fixture.lisp @@ -2,7 +2,7 @@ ;;;; ************************************************************************* ;;;; FILE IDENTIFICATION ;;;; -;;;; ID: $Id: fixture.lisp,v 1.2 2003/08/04 12:16:13 kevin Exp $ +;;;; ID: $Id$ ;;;; Purpose: Test fixtures for XLUnit ;;;; ;;;; ************************************************************************* diff --git a/listener.lisp b/listener.lisp index 0586593..7ed2454 100644 --- a/listener.lisp +++ b/listener.lisp @@ -2,7 +2,7 @@ ;;;; ************************************************************************* ;;;; FILE IDENTIFICATION ;;;; -;;;; ID: $Id: listener.lisp,v 1.1 2003/08/04 16:13:58 kevin Exp $ +;;;; ID: $Id$ ;;;; Purpose: Listener functions for XLUnit ;;;; ;;;; ************************************************************************* diff --git a/package.lisp b/package.lisp index dce7657..d2cd550 100644 --- a/package.lisp +++ b/package.lisp @@ -2,10 +2,10 @@ ;;;; ************************************************************************* ;;;; FILE IDENTIFICATION ;;;; -;;;; ID: $Id: package.lisp,v 1.12 2003/08/10 07:39:33 kevin Exp $ +;;;; ID: $Id$ ;;;; Purpose: Package definition for XLUnit ;;;; -;;;; $Id: package.lisp,v 1.12 2003/08/10 07:39:33 kevin Exp $ +;;;; $Id$ ;;;; ************************************************************************* (in-package #:cl-user) diff --git a/printer.lisp b/printer.lisp index 8cfeab9..5696948 100644 --- a/printer.lisp +++ b/printer.lisp @@ -2,7 +2,7 @@ ;;;; ************************************************************************* ;;;; FILE IDENTIFICATION ;;;; -;;;; ID: $Id: printer.lisp,v 1.7 2003/08/10 07:39:33 kevin Exp $ +;;;; ID: $Id$ ;;;; Purpose: Printer functions for XLUnit ;;;; ;;;; ************************************************************************* diff --git a/result.lisp b/result.lisp index 66f69ee..f2c4893 100644 --- a/result.lisp +++ b/result.lisp @@ -2,7 +2,7 @@ ;;;; ************************************************************************* ;;;; FILE IDENTIFICATION ;;;; -;;;; ID: $Id: result.lisp,v 1.8 2003/08/10 07:39:33 kevin Exp $ +;;;; ID: $Id$ ;;;; Purpose: Result functions for XLUnit ;;;; ;;;; ************************************************************************* diff --git a/suite.lisp b/suite.lisp index 4592100..4a94247 100644 --- a/suite.lisp +++ b/suite.lisp @@ -2,7 +2,7 @@ ;;;; ************************************************************************* ;;;; FILE IDENTIFICATION ;;;; -;;;; ID: $Id: suite.lisp,v 1.8 2003/08/06 11:37:23 kevin Exp $ +;;;; ID: $Id$ ;;;; Purpose: Suite functions for XLUnit ;;;; ;;;; ************************************************************************* diff --git a/tcase.lisp b/tcase.lisp index 5761a9f..3d5ee66 100644 --- a/tcase.lisp +++ b/tcase.lisp @@ -2,7 +2,7 @@ ;;;; ************************************************************************* ;;;; FILE IDENTIFICATION ;;;; -;;;; ID: $Id: tcase.lisp,v 1.6 2003/08/08 00:57:20 kevin Exp $ +;;;; ID: $Id$ ;;;; Purpose: Test fixtures for XLUnit ;;;; ;;;; ************************************************************************* diff --git a/tests.lisp b/tests.lisp index 540b2bb..9225911 100644 --- a/tests.lisp +++ b/tests.lisp @@ -2,7 +2,7 @@ ;;;; ************************************************************************* ;;;; FILE IDENTIFICATION ;;;; -;;;; Id: $Id: tests.lisp,v 1.15 2003/08/10 07:39:33 kevin Exp $ +;;;; Id: $Id$ ;;;; Purpose: Self Test suite for XLUnit ;;;; ;;;; ************************************************************************* diff --git a/textui.lisp b/textui.lisp index 6486c62..5eab0f8 100644 --- a/textui.lisp +++ b/textui.lisp @@ -2,7 +2,7 @@ ;;;; ************************************************************************* ;;;; FILE IDENTIFICATION ;;;; -;;;; ID: $Id: textui.lisp,v 1.3 2003/08/10 07:39:33 kevin Exp $ +;;;; ID: $Id$ ;;;; Purpose: Text UI for Test Runner ;;;; ;;;; ************************************************************************* diff --git a/xlunit.asd b/xlunit.asd index 76fbc37..d79d9e9 100644 --- a/xlunit.asd +++ b/xlunit.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2003 ;;;; -;;;; $Id: xlunit.asd,v 1.9 2003/08/10 07:39:33 kevin Exp $ +;;;; $Id$ ;;;; ************************************************************************* (defpackage #:xlunit-system (:use #:asdf #:cl)) -- 2.34.1