Merge branch 'dev'
[libcds.git] / test / unit / list / intrusive_lazy_dhp.cpp
index 2822cff222c3055178636cd18f383cd69935c88e..a443b00536df40fa24df77b5132464d71de5d11f 100644 (file)
@@ -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 );
     }