aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Tests/ScenePresenceTests.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/ScenePresenceTests.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 '')
-rw-r--r--OpenSim/Region/Environment/Scenes/Tests/ScenePresenceTests.cs15
1 files changed, 1 insertions, 14 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Tests/ScenePresenceTests.cs b/OpenSim/Region/Environment/Scenes/Tests/ScenePresenceTests.cs
index 587d288..a16c26a 100644
--- a/OpenSim/Region/Environment/Scenes/Tests/ScenePresenceTests.cs
+++ b/OpenSim/Region/Environment/Scenes/Tests/ScenePresenceTests.cs
@@ -38,20 +38,7 @@ namespace OpenSim.Region.Environment.Scenes.Tests
38 /// </summary> 38 /// </summary>
39 [TestFixture] 39 [TestFixture]
40 public class ScenePresenceTests 40 public class ScenePresenceTests
41 { 41 {
42 [SetUp]
43 public void Init()
44 {
45 try
46 {
47 log4net.Config.XmlConfigurator.Configure();
48 }
49 catch
50 {
51 // I don't care, just leave log4net off
52 }
53 }
54
55 /// <summary> 42 /// <summary>
56 /// Test adding a root agent to a scene. Doesn't yet actually complete crossing the agent into the scene. 43 /// Test adding a root agent to a scene. Doesn't yet actually complete crossing the agent into the scene.
57 /// </summary> 44 /// </summary>