diff -r 8c44b64dd436 -r e9d73b8e3ab6 src/test/graph_test.h --- a/src/test/graph_test.h Wed Sep 15 11:50:50 2004 +0000 +++ b/src/test/graph_test.h Wed Sep 15 12:20:21 2004 +0000 @@ -22,8 +22,7 @@ { Node i; Node j(i); Node k(INVALID); i=j; - // bool b=G.valid(i); b=b; - bool b; b=b; + bool b; b=true; b=(i==INVALID); b=(i!=INVALID); b=(i==j); b=(i!=j); b=(i