Fix tests after eec47157ad

sorry

This was SVN commit r23852.
This commit is contained in:
Angen
2020-07-19 11:01:22 +00:00
parent edac6cecf1
commit 772bb7ea69
@@ -176,6 +176,7 @@ function TestFormationExiting(mode)
"MoveToTargetRange": (target, min, max) => true,
"StopMoving": () => {},
"SetFacePointAfterMove": () => {},
"GetFacePointAfterMove": () => true,
"GetPassabilityClassName": () => "default"
});
@@ -231,6 +232,7 @@ function TestFormationExiting(mode)
"SetSpeedMultiplier": () => {},
"MoveToPointRange": () => true,
"SetFacePointAfterMove": () => {},
"GetFacePointAfterMove": () => true,
"GetPassabilityClassName": () => "default"
});
@@ -336,6 +338,7 @@ function TestMoveIntoFormationWhileAttacking()
"MoveToTargetRange": (target, min, max) => true,
"StopMoving": () => {},
"SetFacePointAfterMove": () => {},
"GetFacePointAfterMove": () => true,
"GetPassabilityClassName": () => "default"
});
@@ -383,6 +386,7 @@ function TestMoveIntoFormationWhileAttacking()
"MoveToPointRange": (x, z, minRange, maxRange) => {},
"StopMoving": () => {},
"SetFacePointAfterMove": () => {},
"GetFacePointAfterMove": () => true,
"GetPassabilityClassName": () => "default"
});