More corrections. Now everything is ready for real tests
diff --git a/model/pit/ccnx-pit-entry.cc b/model/pit/ccnx-pit-entry.cc
index aca735a..9e45258 100644
--- a/model/pit/ccnx-pit-entry.cc
+++ b/model/pit/ccnx-pit-entry.cc
@@ -69,7 +69,7 @@
   std::pair<in_iterator,bool> ret = 
     m_incoming.insert (CcnxPitEntryIncomingFace (face));
 
-  NS_ASSERT_MSG (ret.second, "Something is wrong");
+  // NS_ASSERT_MSG (ret.second, "Something is wrong");
 
   return ret.first;
 }