X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=unit-tests%2Ftest-graph-container.lisp;h=f2e2c89f652f3f13af2cc35db7e32de820e4a376;hb=a3062aaed0bb42f1bbbc7cf6d1a2cf14c277a712;hp=0c1657b7f08985cd4d044688829611a39e637e5e;hpb=1fe64e8b966450697100fae6ec35cc5688a88bd6;p=cl-graph.git diff --git a/unit-tests/test-graph-container.lisp b/unit-tests/test-graph-container.lisp index 0c1657b..f2e2c89 100644 --- a/unit-tests/test-graph-container.lisp +++ b/unit-tests/test-graph-container.lisp @@ -47,6 +47,7 @@ (ensure-same (size g) 6 :test '=))) +#| ;;; --------------------------------------------------------------------------- ;;; copying ;;; --------------------------------------------------------------------------- @@ -79,6 +80,5 @@ (ensure (not (find-edge-between-vertexes g2 (find-vertex g1 'a) (find-vertex g1 'b)))))) -;;; --------------------------------------------------------------------------- - +|#