# HG changeset patch # User John Abraham # Date 1337465352 25200 # Node ID eac5ea7e1debbdb868f502a143132d45528c470b # Parent 25b20434eba881ddf71f530e5bf47bcdeef077df NetAnim test: trace file path edit diff -r 25b20434eba8 -r eac5ea7e1deb 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");