From: rousskov <> Date: Tue, 26 Feb 2008 07:22:30 +0000 (+0000) Subject: Bug #2240 fix: AsyncCall-related unit tests fail X-Git-Tag: BASIC_TPROXY4~54 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=458595dad928c529f23f1eaaea15c9a8a7f8ec31;p=thirdparty%2Fsquid.git Bug #2240 fix: AsyncCall-related unit tests fail Removed EventDispatcher reference. The event loop now uses AsyncCallQueue. --- diff --git a/src/tests/testStoreSupport.cc b/src/tests/testStoreSupport.cc index fa58e43e1e..0a620d90e6 100644 --- a/src/tests/testStoreSupport.cc +++ b/src/tests/testStoreSupport.cc @@ -41,7 +41,6 @@ */ StockEventLoop::StockEventLoop() : default_time_engine(TimeEngine()) { - registerDispatcher(EventDispatcher::GetInstance()); registerEngine(EventScheduler::GetInstance()); setTimeService(&default_time_engine); }