Removed the default-test-args slot from test-suite.
authorMarco Baringer <mb@bese.it>
Tue, 26 Jun 2007 11:48:05 +0000 (13:48 +0200)
committerMarco Baringer <mb@bese.it>
Tue, 26 Jun 2007 11:48:05 +0000 (13:48 +0200)
commitea7021b8bc505e45fff8d226d8ab7fce6cae0f76
treecf0791af435f1f4d28c254b6e40955122358ec59
parent9be99934ca30d5d0119280eccd9873434a31232c
Removed the default-test-args slot from test-suite.

This slot doesn't really do what it's says it does (redefining it
doesn't change things the way you'd expect) and it causes no end of
headaches by confusing compile-time definitions with run-time
definitions.
src/classes.lisp
src/suite.lisp
src/test.lisp
t/tests.lisp