From 76a3fe84000ed60a414fd812150b1522199c3ca6 Mon Sep 17 00:00:00 2001 From: Jacob Dufault Date: Sat, 6 Jan 2018 17:12:57 -0800 Subject: [PATCH] Reenable tests --- src/import_pipeline.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/import_pipeline.cc b/src/import_pipeline.cc index 18351c34..4da89cfd 100644 --- a/src/import_pipeline.cc +++ b/src/import_pipeline.cc @@ -586,7 +586,6 @@ bool QueryDb_ImportMain(Config* config, return did_work; } -#if false TEST_SUITE("ImportPipeline") { struct Fixture { Fixture() { @@ -665,4 +664,3 @@ TEST_SUITE("ImportPipeline") { REQUIRE(queue->do_id_map.Size() == 105); } } -#endif