diff options
author | Justin Clarke Casey | 2008-09-21 20:56:39 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-09-21 20:56:39 +0000 |
commit | 451bd5a0ca87987759d82df681b66da499d41191 (patch) | |
tree | d7eb0c0c4ddb835bb76317c6891e12c60c8ef864 /OpenSim/Data/Tests/BasicRegionTest.cs | |
parent | Mantis#2233. Thank you kindly, Idb, for a patch that solves: (diff) | |
download | opensim-SC_OLD-451bd5a0ca87987759d82df681b66da499d41191.zip opensim-SC_OLD-451bd5a0ca87987759d82df681b66da499d41191.tar.gz opensim-SC_OLD-451bd5a0ca87987759d82df681b66da499d41191.tar.bz2 opensim-SC_OLD-451bd5a0ca87987759d82df681b66da499d41191.tar.xz |
* minor: warnings removal
Diffstat (limited to 'OpenSim/Data/Tests/BasicRegionTest.cs')
-rw-r--r-- | OpenSim/Data/Tests/BasicRegionTest.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/Tests/BasicRegionTest.cs b/OpenSim/Data/Tests/BasicRegionTest.cs index 535ac74..f9c5565 100644 --- a/OpenSim/Data/Tests/BasicRegionTest.cs +++ b/OpenSim/Data/Tests/BasicRegionTest.cs | |||
@@ -145,7 +145,7 @@ namespace OpenSim.Data.Tests | |||
145 | [Test] | 145 | [Test] |
146 | public void T300_NoTerrain() | 146 | public void T300_NoTerrain() |
147 | { | 147 | { |
148 | double[,] t1 = db.LoadTerrain(region1); | 148 | db.LoadTerrain(region1); |
149 | } | 149 | } |
150 | 150 | ||
151 | [Test] | 151 | [Test] |