jvanzyl 01/12/02 11:25:44 Modified: graph/src/test/org/apache/commons/graph/util TestDependencyResolver.java Log: - adding string to match a full traversal of the graph not just stopping when direct deps are found. Revision Changes Path 1.3 +2 -4 jakarta-commons-sandbox/graph/src/test/org/apache/commons/graph/util/TestDependencyResolver.java Index: TestDependencyResolver.java =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/graph/src/test/org/apache/commons/graph/util/TestDependencyResolver.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- TestDependencyResolver.java 2001/12/02 19:23:40 1.2 +++ TestDependencyResolver.java 2001/12/02 19:25:44 1.3 @@ -10,7 +10,7 @@ /** * @author Jason van Zyl - * @version $Id: TestDependencyResolver.java,v 1.2 2001/12/02 19:23:40 jvanzyl Exp $ + * @version $Id: TestDependencyResolver.java,v 1.3 2001/12/02 19:25:44 jvanzyl Exp $ */ public class TestDependencyResolver extends TestCase @@ -32,7 +32,6 @@ d = new DependencyResolver(); } - /* public void testCookieList() { String compare = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"; @@ -46,7 +45,6 @@ fail(); } } - */ /* public void testReset() @@ -78,7 +76,7 @@ // \ / // F <- - String compare = "ABD"; + String compare = "ABDFCE"; try { -- To unsubscribe, e-mail: For additional commands, e-mail: