Improved SkipListSet unit tests
[libcds.git] / test / unit / set / skiplist_dhp.cpp
index 5eb2c0e817342a4704ba24a2e2434aec2f9e4020..c03f10505d95305806f6e08d40d5e2434d0bdb83 100644 (file)
@@ -28,7 +28,7 @@
     OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.     
 */
 
-#include "test_set_hp.h"
+#include "test_ordered_set_hp.h"
 
 #include <cds/container/skip_list_set_dhp.h>
 
@@ -36,10 +36,10 @@ namespace {
     namespace cc = cds::container;
     typedef cds::gc::DHP gc_type;
 
-    class SkipListSet_DHP : public cds_test::container_set_hp
+    class SkipListSet_DHP : public cds_test::container_ordered_set_hp
     {
     protected:
-        typedef cds_test::container_set_hp base_class;
+        typedef cds_test::container_ordered_set_hp base_class;
 
         void SetUp()
         {