Added internal statistics to MichaelSet/Map
[libcds.git] / test / unit / set / michael_iterable_dhp.cpp
index 0ff99a88aba624f1d5bd4b060b9362fb8a1648d8..9c09643b3a69b3bb7120ca7ebf883327a9240c93 100644 (file)
@@ -192,6 +192,7 @@ namespace {
 
         set_type s( kSize, 4 );
         test( s );
+        EXPECT_GE( s.statistics().m_nInsertSuccess, 0 );
     }
 
     TEST_F( MichaelIterableSet_DHP, wrapped_stat )
@@ -213,6 +214,7 @@ namespace {
 
         set_type s( kSize, 4 );
         test( s );
+        EXPECT_GE( s.statistics().m_nInsertSuccess, 0 );
     }
 
 } // namespace