mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-08 18:13:57 +02:00
Fix missing test files
This commit is contained in:
parent
f17ff6abc6
commit
9af4e0df72
6 changed files with 6031 additions and 7 deletions
|
@ -55,7 +55,7 @@ void
|
|||
LeoMobilityWaypointTestCase::DoRun (void)
|
||||
{
|
||||
Ptr<LeoWaypointInputFileStreamContainer> container = CreateObject<LeoWaypointInputFileStreamContainer> ();
|
||||
container->SetAttribute("File", StringValue ("contrib/leo/data/waypoints.txt"));
|
||||
container->SetAttribute("File", StringValue ("contrib/leo/data/test/waypoints.txt"));
|
||||
container->SetAttribute("LastTime", TimeValue (Time (0)));
|
||||
|
||||
Ptr<WaypointMobilityModel> mobility = CreateObject<WaypointMobilityModel> ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue