Bug 1341 - ns3tcp-state-test-suite.cc tests failing
ns3tcp-state-test-suite.cc tests failing
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: tcp
pre-release
All All
: P5 normal
Assigned To: Adrian S.-W. Tam
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-01-13 18:49 UTC by Tom Henderson
Modified: 2012-10-05 10:10 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Henderson 2012-01-13 18:49:24 UTC
Similar to bug 1340, I had to disable test cases 1 and 7 of ns3-tcp-state-test-suite.cc:

  Packet::EnablePrinting ();  // Enable packet metadata for all test cases
  AddTestCase (new Ns3TcpStateTestCase (0));
//  AddTestCase (new Ns3TcpStateTestCase (1));
  AddTestCase (new Ns3TcpStateTestCase (2));
  AddTestCase (new Ns3TcpStateTestCase (3));
  AddTestCase (new Ns3TcpStateTestCase (4));
  AddTestCase (new Ns3TcpStateTestCase (5));
  AddTestCase (new Ns3TcpStateTestCase (6));
//  AddTestCase (new Ns3TcpStateTestCase (7));
  AddTestCase (new Ns3TcpStateTestCase (8));
Comment 1 Brian Swenson 2012-10-05 10:10:04 UTC
Verified functionality.  Generated new vectors.

9102:48a054b7a3a6