diff options
author | Melanie | 2011-11-07 02:03:17 +0000 |
---|---|---|
committer | Melanie | 2011-11-07 02:03:17 +0000 |
commit | e775b3fc478c8793cced1cd5fd42d13a4af94c24 (patch) | |
tree | 2be82882cdb389bea892596eff7255f52836a784 /OpenSim | |
parent | Fix up failing test to compensate for changed sit target offset (diff) | |
download | opensim-SC_OLD-e775b3fc478c8793cced1cd5fd42d13a4af94c24.zip opensim-SC_OLD-e775b3fc478c8793cced1cd5fd42d13a4af94c24.tar.gz opensim-SC_OLD-e775b3fc478c8793cced1cd5fd42d13a4af94c24.tar.bz2 opensim-SC_OLD-e775b3fc478c8793cced1cd5fd42d13a4af94c24.tar.xz |
Fix build break
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/OptionalModules/World/NPC/Tests/NPCModuleTests.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/OptionalModules/World/NPC/Tests/NPCModuleTests.cs b/OpenSim/Region/OptionalModules/World/NPC/Tests/NPCModuleTests.cs index 2e147fb..e368d21 100644 --- a/OpenSim/Region/OptionalModules/World/NPC/Tests/NPCModuleTests.cs +++ b/OpenSim/Region/OptionalModules/World/NPC/Tests/NPCModuleTests.cs | |||
@@ -287,7 +287,7 @@ namespace OpenSim.Region.OptionalModules.World.NPC.Tests | |||
287 | // default avatar. | 287 | // default avatar. |
288 | Assert.That( | 288 | Assert.That( |
289 | npc.AbsolutePosition, | 289 | npc.AbsolutePosition, |
290 | Is.EqualTo(part.AbsolutePosition + new Vector3(0, 0, 0.8454993)); | 290 | Is.EqualTo(part.AbsolutePosition + new Vector3(0, 0, 0.8454993))); |
291 | 291 | ||
292 | npcModule.Stand(npc.UUID, scene); | 292 | npcModule.Stand(npc.UUID, scene); |
293 | 293 | ||