aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Infra/TestScene.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-12-10 20:57:15 +0000
committerJustin Clarke Casey2008-12-10 20:57:15 +0000
commitc9ae8fce5efba118b3c79c6b352996467be7cda5 (patch)
treeebc1689f956b63e3919a073d2b98cbbd23c9e373 /OpenSim/Tests/Infra/TestScene.cs
parent* Delete empty unused test directories (diff)
downloadopensim-SC_OLD-c9ae8fce5efba118b3c79c6b352996467be7cda5.zip
opensim-SC_OLD-c9ae8fce5efba118b3c79c6b352996467be7cda5.tar.gz
opensim-SC_OLD-c9ae8fce5efba118b3c79c6b352996467be7cda5.tar.bz2
opensim-SC_OLD-c9ae8fce5efba118b3c79c6b352996467be7cda5.tar.xz
* refactor: Move test infrastructure code to its own package so that it can be reused by more than Environment tests
* This shuffles the test packages in prebuild.xml below it so they can all potentially reference it
Diffstat (limited to '')
-rw-r--r--OpenSim/Tests/Infra/TestScene.cs (renamed from OpenSim/Region/Environment/Scenes/Tests/TestScene.cs)3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Tests/TestScene.cs b/OpenSim/Tests/Infra/TestScene.cs
index 744af7d..0d74c52 100644
--- a/OpenSim/Region/Environment/Scenes/Tests/TestScene.cs
+++ b/OpenSim/Tests/Infra/TestScene.cs
@@ -30,9 +30,10 @@ using OpenSim.Framework;
30using OpenSim.Framework.Communications; 30using OpenSim.Framework.Communications;
31using OpenSim.Framework.Communications.Cache; 31using OpenSim.Framework.Communications.Cache;
32using OpenSim.Framework.Servers; 32using OpenSim.Framework.Servers;
33using OpenSim.Region.Environment;
33using OpenSim.Region.Environment.Scenes; 34using OpenSim.Region.Environment.Scenes;
34 35
35namespace OpenSim.Region.Environment.Scenes.Tests 36namespace OpenSim.Tests.Infra
36{ 37{
37 public class TestScene : Scene 38 public class TestScene : Scene
38 { 39 {