aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Tests/EntityListTests.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/Region/Environment/Scenes/Tests/EntityListTests.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 'OpenSim/Region/Environment/Scenes/Tests/EntityListTests.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/Tests/EntityListTests.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Tests/EntityListTests.cs b/OpenSim/Region/Environment/Scenes/Tests/EntityListTests.cs
index c8f86f3..d79d003 100644
--- a/OpenSim/Region/Environment/Scenes/Tests/EntityListTests.cs
+++ b/OpenSim/Region/Environment/Scenes/Tests/EntityListTests.cs
@@ -32,10 +32,11 @@ using System.Text;
32using System.Collections.Generic; 32using System.Collections.Generic;
33using Nini.Config; 33using Nini.Config;
34using NUnit.Framework; 34using NUnit.Framework;
35using OpenMetaverse;
35using OpenSim.Framework; 36using OpenSim.Framework;
36using OpenSim.Framework.Communications; 37using OpenSim.Framework.Communications;
37using OpenSim.Region.Environment.Scenes; 38using OpenSim.Region.Environment.Scenes;
38using OpenMetaverse; 39using OpenSim.Tests.Infra;
39 40
40namespace OpenSim.Region.Environment.Scenes.Tests 41namespace OpenSim.Region.Environment.Scenes.Tests
41{ 42{