diff options
author | Justin Clarke Casey | 2008-12-10 20:57:15 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-12-10 20:57:15 +0000 |
commit | c9ae8fce5efba118b3c79c6b352996467be7cda5 (patch) | |
tree | ebc1689f956b63e3919a073d2b98cbbd23c9e373 /OpenSim/Tests/Infra/TestCommunicationsManager.cs | |
parent | * Delete empty unused test directories (diff) | |
download | opensim-SC-c9ae8fce5efba118b3c79c6b352996467be7cda5.zip opensim-SC-c9ae8fce5efba118b3c79c6b352996467be7cda5.tar.gz opensim-SC-c9ae8fce5efba118b3c79c6b352996467be7cda5.tar.bz2 opensim-SC-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/TestCommunicationsManager.cs (renamed from OpenSim/Region/Environment/Scenes/Tests/TestCommunicationsManager.cs) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Tests/TestCommunicationsManager.cs b/OpenSim/Tests/Infra/TestCommunicationsManager.cs index cf7ba19..0018427 100644 --- a/OpenSim/Region/Environment/Scenes/Tests/TestCommunicationsManager.cs +++ b/OpenSim/Tests/Infra/TestCommunicationsManager.cs | |||
@@ -31,7 +31,7 @@ using OpenSim.Framework.Communications.Cache; | |||
31 | using OpenSim.Framework.Servers; | 31 | using OpenSim.Framework.Servers; |
32 | using OpenSim.Region.Communications.Local; | 32 | using OpenSim.Region.Communications.Local; |
33 | 33 | ||
34 | namespace OpenSim.Region.Environment.Scenes.Tests | 34 | namespace OpenSim.Tests.Infra |
35 | { | 35 | { |
36 | public class TestCommunicationsManager : CommunicationsManager | 36 | public class TestCommunicationsManager : CommunicationsManager |
37 | { | 37 | { |