Additional cleaning. Repairing tests.
diff --git a/test/ndnSIM-tests.cc b/test/ndnSIM-tests.cc
index 7242d98..004f761 100644
--- a/test/ndnSIM-tests.cc
+++ b/test/ndnSIM-tests.cc
@@ -23,9 +23,6 @@
#include "ndnSIM-serialization.h"
#include "ndnSIM-pit.h"
-#include "ndnSIM-stats-tree.h"
-#include "fw-per-fib-limits.h"
-#include "generic-tests.h"
namespace ns3
{
@@ -38,13 +35,9 @@
{
SetDataDir (NS_TEST_SOURCEDIR);
- // AddTestCase (new InterestSerializationTest ());
- // AddTestCase (new ContentObjectSerializationTest ());
- // AddTestCase (new PitTest ());
- // AddTestCase (new StatsTreeTest ());
-
- // AddTestCase (new ndn::FwPerFibLimits ());
- AddTestCase (new ndn::GenericTests ());
+ AddTestCase (new InterestSerializationTest ());
+ AddTestCase (new ContentObjectSerializationTest ());
+ AddTestCase (new PitTest ());
}
};