mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-08 10:03:58 +02:00
fixup: test file path
This commit is contained in:
parent
55cd581ce1
commit
9fdd70166c
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ void
|
|||
LeoWaypointFileEmptyTestCase::DoRun (void)
|
||||
{
|
||||
Ptr<LeoWaypointInputFileStreamContainer> container = CreateObject<LeoWaypointInputFileStreamContainer> ();
|
||||
container->SetAttribute("File", StringValue ("contrib/leo/data/empty"));
|
||||
container->SetAttribute("File", StringValue ("contrib/leo/data/test/empty"));
|
||||
container->SetAttribute("LastTime", TimeValue (Time (1)));
|
||||
Waypoint wp;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue