* Make sure that tests return a boolean value.
This commit is contained in:
parent
ac6849ffee
commit
5c96bc39a4
13 changed files with 48 additions and 29 deletions
|
|
@ -1,3 +1,17 @@
|
|||
2001-02-27 Dirk Herrmann <D.Herrmann@tu-bs.de>
|
||||
|
||||
* lib.scm (pass-if): Tests shall return a boolean value.
|
||||
|
||||
* tests/bit-operations.test (documented?), tests/common-list.test
|
||||
(documented?), tests/environments.test (documented?),
|
||||
tests/eval.test (documented?), tests/gc.test (documented?),
|
||||
tests/numbers.test (documented?), tests/guardians.test,
|
||||
tests/hooks.test, tests/interp.test, tests/weaks.test: Make sure
|
||||
that tests return a boolean value.
|
||||
|
||||
* tests/list.test (documented?): New function, replace all checks
|
||||
for documentation with calls to this function.
|
||||
|
||||
2001-02-27 Dirk Herrmann <D.Herrmann@tu-bs.de>
|
||||
|
||||
* lib.scm (data-file): Remove from export list.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue