cs: Update interface

Change-Id: I9b637c21ae15e784317568affdc530c21ec32e9a
diff --git a/tests/table/cs.cpp b/tests/table/cs.cpp
index 3cb9993..3462476 100644
--- a/tests/table/cs.cpp
+++ b/tests/table/cs.cpp
@@ -16,7 +16,7 @@
 {
   Cs cs;
   
-  shared_ptr<Data> data = make_shared<Data>();
+  Data data;
   BOOST_CHECK_EQUAL(cs.insert(data), false);
   
   Interest interest;