mostly maintenance in maintaining internal conventions... a few more tests as well
[cl-graph.git] / unit-tests / test-graph-container.lisp
index 0c1657b..f2e2c89 100644 (file)
@@ -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))))))
 
-;;; ---------------------------------------------------------------------------
-
+|#