X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2Funit%2Flist%2Fintrusive_lazy_dhp.cpp;h=a443b00536df40fa24df77b5132464d71de5d11f;hb=1b4c6a8914dd21b525c85e3914d1afe278511c77;hp=2822cff222c3055178636cd18f383cd69935c88e;hpb=03b26298d15749cb2120239dbbd52815ea873d8f;p=libcds.git diff --git a/test/unit/list/intrusive_lazy_dhp.cpp b/test/unit/list/intrusive_lazy_dhp.cpp index 2822cff2..a443b005 100644 --- a/test/unit/list/intrusive_lazy_dhp.cpp +++ b/test/unit/list/intrusive_lazy_dhp.cpp @@ -76,7 +76,7 @@ namespace { list_type l; test_common( l ); - test_sorted_iterator( l ); + test_ordered_iterator( l ); test_hp( l ); } @@ -92,7 +92,7 @@ namespace { list_type l; test_common( l ); - test_sorted_iterator( l ); + test_ordered_iterator( l ); test_hp( l ); } @@ -109,7 +109,7 @@ namespace { list_type l; test_common( l ); - test_sorted_iterator( l ); + test_ordered_iterator( l ); test_hp( l ); } @@ -126,7 +126,7 @@ namespace { list_type l; test_common( l ); - test_sorted_iterator( l ); + test_ordered_iterator( l ); test_hp( l ); } @@ -144,7 +144,7 @@ namespace { list_type l; test_common( l ); - test_sorted_iterator( l ); + test_ordered_iterator( l ); test_hp( l ); } @@ -162,7 +162,7 @@ namespace { list_type l; test_common( l ); - test_sorted_iterator( l ); + test_ordered_iterator( l ); test_hp( l ); } @@ -178,7 +178,7 @@ namespace { list_type l; test_common( l ); - test_sorted_iterator( l ); + test_ordered_iterator( l ); test_hp( l ); } @@ -194,7 +194,7 @@ namespace { list_type l; test_common( l ); - test_sorted_iterator( l ); + test_ordered_iterator( l ); test_hp( l ); } @@ -211,7 +211,7 @@ namespace { list_type l; test_common( l ); - test_sorted_iterator( l ); + test_ordered_iterator( l ); test_hp( l ); } @@ -229,7 +229,7 @@ namespace { list_type l; test_common( l ); - test_sorted_iterator( l ); + test_ordered_iterator( l ); test_hp( l ); } @@ -247,7 +247,7 @@ namespace { list_type l; test_common( l ); - test_sorted_iterator( l ); + test_ordered_iterator( l ); test_hp( l ); } @@ -265,7 +265,7 @@ namespace { list_type l; test_common( l ); - test_sorted_iterator( l ); + test_ordered_iterator( l ); test_hp( l ); }