From: wessels <> Date: Fri, 20 Apr 2007 12:00:59 +0000 (+0000) Subject: fix tests/testNull after storeSwapOut() becaome StoreEntry::swapOut() X-Git-Tag: SQUID_3_0_PRE6~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0d1a2b99cd126d07fe41aef750b230f013c3f9a;p=thirdparty%2Fsquid.git fix tests/testNull after storeSwapOut() becaome StoreEntry::swapOut() --- diff --git a/src/tests/testNull.cc b/src/tests/testNull.cc index 0ffd541605..f0036fa14b 100644 --- a/src/tests/testNull.cc +++ b/src/tests/testNull.cc @@ -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();