projects
/
libcds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2fece6
)
Fixed an error in EllenBinTreeMap ST-test
author
khizmax
<libcds.dev@gmail.com>
Mon, 26 Oct 2015 18:59:53 +0000
(21:59 +0300)
committer
khizmax
<libcds.dev@gmail.com>
Mon, 26 Oct 2015 18:59:53 +0000
(21:59 +0300)
tests/test-hdr/tree/hdr_ellenbintree_map.h
patch
|
blob
|
history
diff --git
a/tests/test-hdr/tree/hdr_ellenbintree_map.h
b/tests/test-hdr/tree/hdr_ellenbintree_map.h
index a798b375098bc4edcf45a4ca0bca182a2f288dd4..f44bfb20a983bc9cb8acbe9b3c37b56b6b52fb48 100644
(file)
--- a/
tests/test-hdr/tree/hdr_ellenbintree_map.h
+++ b/
tests/test-hdr/tree/hdr_ellenbintree_map.h
@@
-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>(),
fals
e ) ; // value = 54
+ updateResult = m.update( 27, insert_functor<Map>(),
tru
e ) ; // value = 54
CPPUNIT_ASSERT( updateResult.first );
CPPUNIT_ASSERT( updateResult.second );
CPPUNIT_ASSERT( m.contains(27) );