diff -r 147eb3a58706 -r 9cd0aeea47b0 src/test/unionfind_test.cc --- a/src/test/unionfind_test.cc Thu Sep 02 17:56:40 2004 +0000 +++ b/src/test/unionfind_test.cc Fri Sep 03 09:41:50 2004 +0000 @@ -162,13 +162,13 @@ cout << "Size of the class of 2: " << U.size(2) << endl; check(U.size(2) == 3,"Test failed."); - cout << "makeRep(4)..." << endl; + cout << "Calling makeRep(4)..." << endl; U.makeRep(4); // print(U); - cout << "makeRep(3)..." << endl; + cout << "Calling makeRep(3)..." << endl; U.makeRep(3); // print(U); - cout << "makeRep(2)..." << endl; + cout << "Calling makeRep(2)..." << endl; U.makeRep(2); // print(U);