Added internal statistics to MichaelSet/Map
[libcds.git] / test / unit / set / michael_michael_dhp.cpp
index 046e0c21fb2aa930afa758a8b159dbc4bd5cc72e..97a1be2b49dc9138ac48c1a5ff6b65b195a9549f 100644 (file)
@@ -192,6 +192,7 @@ namespace {
 
         set_type s( kSize, 4 );
         test( s );
+        EXPECT_GE( s.statistics().m_nInsertSuccess, 0 );
     }
 
     TEST_F( MichaelSet_DHP, wrapped_stat )
@@ -213,6 +214,7 @@ namespace {
 
         set_type s( kSize, 4 );
         test( s );
+        EXPECT_GE( s.statistics().m_nInsertSuccess, 0 );
     }
 
 } // namespace