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