diff -r 9c472eee236f -r 269a0dcee70b test/dfs_test.cc --- a/test/dfs_test.cc Tue Oct 17 10:42:19 2006 +0000 +++ b/test/dfs_test.cc Tue Oct 17 10:50:57 2006 +0000 @@ -59,7 +59,7 @@ // pn = dfs_test.predNodeMap(); b = dfs_test.reached(n); - DirPath pp(G); + Path pp(G); dfs_test.getPath(pp,n); } @@ -108,7 +108,7 @@ Dfs dfs_test(G); dfs_test.run(s); - DirPath p(G); + Path p(G); check(dfs_test.getPath(p,t),"getPath() failed to set the path."); check(p.length()==dfs_test.dist(t),"getPath() found a wrong path.");