]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Adding a comment that tests/testUfs will fail when 'heap' is the only
authorwessels <>
Thu, 26 Apr 2007 22:01:31 +0000 (22:01 +0000)
committerwessels <>
Thu, 26 Apr 2007 22:01:31 +0000 (22:01 +0000)
configured replacement policy.

src/tests/testUfs.cc

index 1d8fb5237b8de08ae531878b1078eb7b5af45d6f..cd8a98c7f04f351393a4d2e5e32131ba50e2813a 100644 (file)
@@ -17,7 +17,7 @@
 CPPUNIT_TEST_SUITE_REGISTRATION( testUfs );
 
 typedef RefCount<UFSSwapDir> SwapDirPointer;
-extern REMOVALPOLICYCREATE createRemovalPolicy_lru;
+extern REMOVALPOLICYCREATE createRemovalPolicy_lru;    /* XXX fails with --enable-removal-policies=heap */
 
 static void
 addSwapDir(SwapDirPointer aStore)