Making regression tests valid. default tip
authorMitch Watrous <watrous@u.washington.edu>
Wed, 06 Oct 2010 11:41:59 -0700
changeset 6716 f673e659a1f0
parent 6715 4bea86b617b8
Making regression tests valid.
src/test/csma-test-suite.cc
--- a/src/test/csma-test-suite.cc	Wed Oct 06 11:30:30 2010 -0700
+++ b/src/test/csma-test-suite.cc	Wed Oct 06 11:41:59 2010 -0700
@@ -1084,7 +1084,7 @@
   Ipv4GlobalRoutingHelper::PopulateRoutingTables ();
 
   // Trace receptions
-  Config::ConnectWithoutContext ("/NodeList/*/ApplicationList/*/$ns3::PacketSink/Rx", 
+  Config::ConnectWithoutContext ("/NodeList/0/ApplicationList/*/$ns3::PacketSink/Rx", 
                                  MakeCallback (&CsmaStarTestCase::SinkRx, this));
 
   Simulator::Run ();