MichaelMap refactoring
[libcds.git] / tests / test-hdr / map / hdr_map.h
index a0ac48d4f4857ce4dd891e912c7e8ef6b5ab146b..e48f60d37dbc88048868e0fc44bad07fcd30ec56 100644 (file)
@@ -632,9 +632,9 @@ namespace map {
         void Michael_HP_less();
         void Michael_HP_cmpmix();
 
-        void Michael_PTB_cmp();
-        void Michael_PTB_less();
-        void Michael_PTB_cmpmix();
+        void Michael_DHP_cmp();
+        void Michael_DHP_less();
+        void Michael_DHP_cmpmix();
 
         void Michael_RCU_GPI_cmp();
         void Michael_RCU_GPI_less();
@@ -664,9 +664,9 @@ namespace map {
         void Lazy_HP_less();
         void Lazy_HP_cmpmix();
 
-        void Lazy_PTB_cmp();
-        void Lazy_PTB_less();
-        void Lazy_PTB_cmpmix();
+        void Lazy_DHP_cmp();
+        void Lazy_DHP_less();
+        void Lazy_DHP_cmpmix();
 
         void Lazy_RCU_GPI_cmp();
         void Lazy_RCU_GPI_less();
@@ -761,9 +761,9 @@ namespace map {
             CPPUNIT_TEST(Michael_HP_less)
             CPPUNIT_TEST(Michael_HP_cmpmix)
 
-            CPPUNIT_TEST(Michael_PTB_cmp)
-            CPPUNIT_TEST(Michael_PTB_less)
-            CPPUNIT_TEST(Michael_PTB_cmpmix)
+            CPPUNIT_TEST(Michael_DHP_cmp)
+            CPPUNIT_TEST(Michael_DHP_less)
+            CPPUNIT_TEST(Michael_DHP_cmpmix)
 
             CPPUNIT_TEST(Michael_RCU_GPI_cmp)
             CPPUNIT_TEST(Michael_RCU_GPI_less)
@@ -793,9 +793,9 @@ namespace map {
             CPPUNIT_TEST(Lazy_HP_less)
             CPPUNIT_TEST(Lazy_HP_cmpmix)
 
-            CPPUNIT_TEST(Lazy_PTB_cmp)
-            CPPUNIT_TEST(Lazy_PTB_less)
-            CPPUNIT_TEST(Lazy_PTB_cmpmix)
+            CPPUNIT_TEST(Lazy_DHP_cmp)
+            CPPUNIT_TEST(Lazy_DHP_less)
+            CPPUNIT_TEST(Lazy_DHP_cmpmix)
 
             CPPUNIT_TEST(Lazy_RCU_GPI_cmp)
             CPPUNIT_TEST(Lazy_RCU_GPI_less)