Improved SkipListSet unit tests
[libcds.git] / test / unit / set / skiplist_hp.cpp
index bf9727ebc2011a5ca670dda8da1b05108537d1de..22b157aa8733db5b84ed327b5b9ebcc7be31a927 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_hp.h>
 
@@ -36,10 +36,10 @@ namespace {
     namespace cc = cds::container;
     typedef cds::gc::HP gc_type;
 
-    class SkipListSet_HP : public cds_test::container_set_hp
+    class SkipListSet_HP : 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()
         {