Bug 888 - Writing ascii trace to addtional tests fails
authorJosh Pelkey <jpelkey@gatech.edu>
Wed, 28 Apr 2010 09:53:00 -0400
changeset 6279 006a660a021a
parent 6278 ba09ab600218
child 6280 d588e7fe6cb0
Bug 888 - Writing ascii trace to addtional tests fails
src/test/ns3tcp/ns3tcp-loss-test-suite.cc
--- a/src/test/ns3tcp/ns3tcp-loss-test-suite.cc	Wed Apr 28 09:50:04 2010 -0400
+++ b/src/test/ns3tcp/ns3tcp-loss-test-suite.cc	Wed Apr 28 09:53:00 2010 -0400
@@ -274,6 +274,7 @@
 Ns3TcpLossTestSuite::Ns3TcpLossTestSuite ()
   : TestSuite ("ns3-tcp-loss", SYSTEM)
 {
+  Packet::EnablePrinting ();  // Enable packet metadata for all test cases
   AddTestCase (new Ns3TcpLossTestCase1);
   AddTestCase (new Ns3TcpLossTestCase2);
 }