]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix tests/testCoss; storeSwapOut is now StoreEntry::swapOut
authorwessels <>
Wed, 25 Apr 2007 05:16:35 +0000 (05:16 +0000)
committerwessels <>
Wed, 25 Apr 2007 05:16:35 +0000 (05:16 +0000)
src/tests/testCoss.cc

index f40d9bdeeb296353b401f3563a950710d978331b..629bc1806a7d0e9793bd81f10496261d4e13cd85 100644 (file)
@@ -210,7 +210,7 @@ testCoss::testCossSearch()
         pe->flush();
         pe->timestampsSet();
         pe->complete();
-        storeSwapOut(pe);
+        pe->swapOut();
         CPPUNIT_ASSERT(pe->swap_dirn == 0);
         CPPUNIT_ASSERT(pe->swap_filen == 0);
         pe->unlock();