NetAnim test: trace file path edit
authorJohn Abraham <john.abraham@gatech.edu>
Sat, 19 May 2012 15:09:12 -0700
changeset 8774 eac5ea7e1deb
parent 8773 25b20434eba8
child 8775 b05792ad16f7
NetAnim test: trace file path edit
src/netanim/test/netanim-test.cc
--- a/src/netanim/test/netanim-test.cc	Sat May 19 14:56:43 2012 -0700
+++ b/src/netanim/test/netanim-test.cc	Sat May 19 15:09:12 2012 -0700
@@ -94,7 +94,7 @@
   ApplicationContainer clientApps = echoClient.Install (nodes.Get (0));
   clientApps.Start (Seconds (2.0));
   clientApps.Stop (Seconds (10.0));
-  std::string traceFileName = "testpy-output/netanim-test.xml";
+  std::string traceFileName = "netanim-test.xml";
   AnimationInterface anim(traceFileName.c_str ());
   Simulator::Run ();
   NS_TEST_ASSERT_MSG_EQ (anim.GetTracePktCount (), 32, "Expected 32 packets traced");