projects
/
fiveam.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c64936
)
There is no fixture named foo, wtf?
author
Marco Baringer
<mb@bese.it>
Tue, 26 Jun 2007 11:49:14 +0000
(13:49 +0200)
committer
Marco Baringer
<mb@bese.it>
Tue, 26 Jun 2007 11:49:14 +0000
(13:49 +0200)
t/tests.lisp
patch
|
blob
|
history
diff --git
a/t/tests.lisp
b/t/tests.lisp
index
601c2fd
..
f88d1fe
100644
(file)
--- a/
t/tests.lisp
+++ b/
t/tests.lisp
@@
-25,7
+25,7
@@
(is-true t)
(is-false nil))
-(test (is2 :suite test-suite :fixture foo)
+(test (is2 :suite test-suite :fixture null-fixture)
(is (plusp 0))
(is (< 0 -1))
(is (not (plusp 1)))