diff --git a/OpenSim/Region/CoreModules/World/Terrain/Tests/TerrainTest.cs b/OpenSim/Region/CoreModules/World/Terrain/Tests/TerrainTest.cs index af202b3a35..e5e2e5ed17 100644 --- a/OpenSim/Region/CoreModules/World/Terrain/Tests/TerrainTest.cs +++ b/OpenSim/Region/CoreModules/World/Terrain/Tests/TerrainTest.cs @@ -110,7 +110,6 @@ namespace OpenSim.Region.CoreModules.World.Terrain.Tests x[0, 0] = 1.0f; Assert.That(x.Tainted(0, 0), "Terrain channel tainting not working correctly."); - Assert.That(!x.Tainted(0, 0), "Terrain channel tainting not working correctly."); TerrainChannel y = x.Copy(); Assert.That(!ReferenceEquals(x, y), "Terrain copy not duplicating correctly.");