Fixed an error in EllenBinTreeMap ST-test
[libcds.git] / tests / test-hdr / tree / hdr_ellenbintree_map.h
index a798b375098bc4edcf45a4ca0bca182a2f288dd4..f44bfb20a983bc9cb8acbe9b3c37b56b6b52fb48 100644 (file)
@@ -260,7 +260,7 @@ namespace tree {
             CPPUNIT_ASSERT( !updateResult.first );
             CPPUNIT_ASSERT( !updateResult.second );
             CPPUNIT_ASSERT( !m.contains(27) );
-            updateResult = m.update( 27, insert_functor<Map>(), false ) ;   // value = 54
+            updateResult = m.update( 27, insert_functor<Map>(), true ) ;   // value = 54
             CPPUNIT_ASSERT( updateResult.first );
             CPPUNIT_ASSERT( updateResult.second );
             CPPUNIT_ASSERT( m.contains(27) );