From a1d56e73ec48c48b67baa7e9592faa723aa9e825 Mon Sep 17 00:00:00 2001 From: kailiu Date: Mon, 3 Mar 2014 22:19:49 -0800 Subject: [PATCH] Uncomment the unit tests in table test --- table/table_test.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/table/table_test.cc b/table/table_test.cc index 9c78ffd86..93705bf25 100644 --- a/table/table_test.cc +++ b/table/table_test.cc @@ -960,7 +960,6 @@ class BlockBasedTableTest : public TableTest {}; class PlainTableTest : public TableTest {}; class TablePropertyTest {}; -/* // This test serves as the living tutorial for the prefix scan of user collected // properties. TEST(TablePropertyTest, PrefixScanTest) { @@ -1122,7 +1121,6 @@ TEST(BlockBasedTableTest, NumBlockStat) { ASSERT_EQ(kvmap.size(), c.table_reader()->GetTableProperties()->num_data_blocks); } -*/ // A simple tool that takes the snapshot of block cache statistics. class BlockCachePropertiesSnapshot {