--------------------- PatchSet 4316 Date: 2007/04/23 06:15:32 Author: amosjeffries Branch: squid3-ipv6 Tag: (none) Log: Drop some debug bug-tracking code (bug fixed in HEAD) Members: src/tests/testUfs.cc:1.1.6.3->1.1.6.4 Index: squid3/src/tests/testUfs.cc =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/tests/testUfs.cc,v retrieving revision 1.1.6.3 retrieving revision 1.1.6.4 diff -u -r1.1.6.3 -r1.1.6.4 --- squid3/src/tests/testUfs.cc 22 Apr 2007 08:06:35 -0000 1.1.6.3 +++ squid3/src/tests/testUfs.cc 23 Apr 2007 06:15:32 -0000 1.1.6.4 @@ -84,8 +84,6 @@ if (0 > system ("rm -rf " TESTDIR)) throw std::runtime_error("Failed to clean test work directory"); -//#ifdef AYJ_DONT_DO_FOLLOWING_IT_ASSERTS -#if true StorePointer aRoot (new StoreController); Store::Root(aRoot); @@ -212,7 +210,6 @@ Store::Root(NULL); safe_free(Config.replPolicy->type); delete Config.replPolicy; -#endif /* AYJ debug hold to see where failure starts */ if (0 > system ("rm -rf " TESTDIR)) throw std::runtime_error("Failed to clean test work directory");