]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/tests/testStoreSupport.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / tests / testStoreSupport.cc
index fa58e43e1e45bbc6741f028b8e56b586e30da75c..2db03c4f42b6380cefd80548b309f7db37ef5c63 100644 (file)
  *  it under the terms of the GNU General Public License as published by
  *  the Free Software Foundation; either version 2 of the License, or
  *  (at your option) any later version.
- *  
+ *
  *  This program is distributed in the hope that it will be useful,
  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *  GNU General Public License for more details.
- *  
+ *
  *  You should have received a copy of the GNU General Public License
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
  *
  */
 
-#include "testStoreSupport.h"
+#define SQUID_UNIT_TEST 1
+#include "squid.h"
 #include "event.h"
 #include "EventLoop.h"
 #include "SquidTime.h"
+#include "testStoreSupport.h"
 
 /* construct a stock loop with event dispatching, a time service that advances
  * 1 second a tick
  */
 StockEventLoop::StockEventLoop() : default_time_engine(TimeEngine())
 {
-    registerDispatcher(EventDispatcher::GetInstance());
     registerEngine(EventScheduler::GetInstance());
     setTimeService(&default_time_engine);
 }