]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
fix tests/testNull after storeSwapOut() becaome StoreEntry::swapOut()
authorwessels <>
Fri, 20 Apr 2007 12:00:59 +0000 (12:00 +0000)
committerwessels <>
Fri, 20 Apr 2007 12:00:59 +0000 (12:00 +0000)
src/tests/testNull.cc

index 0ffd54160575d3a79c10117eb8c8da94491a56f5..f0036fa14beae56a1d5d9b65f577fda6e15ed2dd 100644 (file)
@@ -178,7 +178,7 @@ testNull::testNullSearch()
         storeBufferFlush(pe);
         storeTimestampsSet(pe);
         pe->complete();
-        storeSwapOut(pe);
+        pe->swapOut();
         /* Null does not accept store entries */
         CPPUNIT_ASSERT(pe->swap_dirn == -1);
         pe->unlock();