projects
/
cl-graph.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f54f262
)
fix parenthesis in test
author
Gary King
<gwking@metabang.com>
Fri, 12 Sep 2008 02:07:04 +0000
(22:07 -0400)
committer
Gary King
<gwking@metabang.com>
Fri, 12 Sep 2008 02:07:04 +0000
(22:07 -0400)
darcs-hash:
20080912020704
-3cc5d-
9c98c6c7062fa6ef5ca95a0cd8048e4ccd8e4452
.gz
unit-tests/test-api.lisp
patch
|
blob
|
history
diff --git
a/unit-tests/test-api.lisp
b/unit-tests/test-api.lisp
index
e1d4206
..
3814935
100644
(file)
--- a/
unit-tests/test-api.lisp
+++ b/
unit-tests/test-api.lisp
@@
-66,6
+66,6
@@
(parent-vertexes (parent-vertexes b)))
(ensure-same child-vertexes (list (find-vertex g 'c)
(find-vertex g 'i))
- :test 'set-equal))
+ :test 'set-equal)
(ensure-same parent-vertexes (list (find-vertex g 'a))
- :test 'set-equal))
+ :test 'set-equal)))