aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Tests/EntityListTests.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-11-28 19:39:46 +0000
committerJustin Clarke Casey2008-11-28 19:39:46 +0000
commit71e05a5707f1eaed098592dc1c3feb3389731634 (patch)
tree40ec2c07c2dbca6ff32a27c3e216ece22746f30d /OpenSim/Region/Environment/Scenes/Tests/EntityListTests.cs
parent* test: Separate out async deletion methods to test delete and take copy sepa... (diff)
downloadopensim-SC_OLD-71e05a5707f1eaed098592dc1c3feb3389731634.zip
opensim-SC_OLD-71e05a5707f1eaed098592dc1c3feb3389731634.tar.gz
opensim-SC_OLD-71e05a5707f1eaed098592dc1c3feb3389731634.tar.bz2
opensim-SC_OLD-71e05a5707f1eaed098592dc1c3feb3389731634.tar.xz
* test: Add a wodge of code in order to be able to slightly extend a test to deliver a taken object to a user inventory folder without throwing an exception
* test doesn't actually double check for the presence of the item yet
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Tests/EntityListTests.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/Tests/EntityListTests.cs15
1 files changed, 1 insertions, 14 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Tests/EntityListTests.cs b/OpenSim/Region/Environment/Scenes/Tests/EntityListTests.cs
index 7628a88..c8f86f3 100644
--- a/OpenSim/Region/Environment/Scenes/Tests/EntityListTests.cs
+++ b/OpenSim/Region/Environment/Scenes/Tests/EntityListTests.cs
@@ -44,20 +44,7 @@ namespace OpenSim.Region.Environment.Scenes.Tests
44 /// </summary> 44 /// </summary>
45 [TestFixture] 45 [TestFixture]
46 public class EntityListTests 46 public class EntityListTests
47 { 47 {
48 [SetUp]
49 public void Init()
50 {
51 try
52 {
53 log4net.Config.XmlConfigurator.Configure();
54 }
55 catch
56 {
57 // I don't care, just leave log4net off
58 }
59 }
60
61 static public Random random; 48 static public Random random;
62 SceneObjectGroup found; 49 SceneObjectGroup found;
63 Scene scene = SceneTestUtils.SetupScene(); 50 Scene scene = SceneTestUtils.SetupScene();