diff options
author | Justin Clarke Casey | 2008-10-23 19:08:54 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-10-23 19:08:54 +0000 |
commit | f4ad99f89d4d04f71852e2ebadd36b9a993123f8 (patch) | |
tree | 1289eaa0136a305c110f409ec41df37eeb25379f /OpenSim/Region/Environment | |
parent | * Refactor LLUDPServer slightly so that unit tests can pass in data synchrono... (diff) | |
download | opensim-SC_OLD-f4ad99f89d4d04f71852e2ebadd36b9a993123f8.zip opensim-SC_OLD-f4ad99f89d4d04f71852e2ebadd36b9a993123f8.tar.gz opensim-SC_OLD-f4ad99f89d4d04f71852e2ebadd36b9a993123f8.tar.bz2 opensim-SC_OLD-f4ad99f89d4d04f71852e2ebadd36b9a993123f8.tar.xz |
* Introduce a basic udp circuit test for adding a client
* Temporarily disabled assert because it just picked up an existing bug. Yay for tests!
Diffstat (limited to 'OpenSim/Region/Environment')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneBase.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneBase.cs b/OpenSim/Region/Environment/Scenes/SceneBase.cs index 1406b47..7a3e58f 100644 --- a/OpenSim/Region/Environment/Scenes/SceneBase.cs +++ b/OpenSim/Region/Environment/Scenes/SceneBase.cs | |||
@@ -179,6 +179,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
179 | { | 179 | { |
180 | return false; | 180 | return false; |
181 | } | 181 | } |
182 | |||
182 | public abstract bool OtherRegionUp(RegionInfo thisRegion); | 183 | public abstract bool OtherRegionUp(RegionInfo thisRegion); |
183 | 184 | ||
184 | public virtual string GetSimulatorVersion() | 185 | public virtual string GetSimulatorVersion() |