X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=unit-tests%2Ftest-graph-algorithms.lisp;h=112fe3898ad4587fc17fc5a206a42559e4700ada;hb=2d52d1e533a3c73bffd2dd81620cc5bd540c314a;hp=f54b8791ecd88e218886273549727d456bff1f95;hpb=900a931f109598249ebc33bea50b65abf998ed0b;p=cl-graph.git diff --git a/unit-tests/test-graph-algorithms.lisp b/unit-tests/test-graph-algorithms.lisp index f54b879..112fe38 100644 --- a/unit-tests/test-graph-algorithms.lisp +++ b/unit-tests/test-graph-algorithms.lisp @@ -1,4 +1,4 @@ -(in-package cl-graph) +(in-package #:cl-graph-test) (deftestsuite test-connected-components () ()) @@ -113,6 +113,7 @@ ;;; --------------------------------------------------------------------------- +#+Ignore (let ((graph (make-container 'graph-container))) (loop for (a b) in '((r s) (r v) (s w) (t u) (t w) (t x) (u y) (w x) (x y)) do