aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-06-03 23:15:31 +0100
committerJustin Clark-Casey (justincc)2011-06-03 23:15:31 +0100
commitd09210da869ad2a91c9578225a1ca4843d565e05 (patch)
treefa0ffbc37c37634b84d5454e2666a585b3de4ac2 /OpenSim/Region
parentadd stub UserInventoryTests.GiveInventoryFolder(). Not yet complete (diff)
downloadopensim-SC_OLD-d09210da869ad2a91c9578225a1ca4843d565e05.zip
opensim-SC_OLD-d09210da869ad2a91c9578225a1ca4843d565e05.tar.gz
opensim-SC_OLD-d09210da869ad2a91c9578225a1ca4843d565e05.tar.bz2
opensim-SC_OLD-d09210da869ad2a91c9578225a1ca4843d565e05.tar.xz
minor: add in method print out to new test
Diffstat (limited to 'OpenSim/Region')
-rw-r--r--OpenSim/Region/Framework/Scenes/Tests/UserInventoryTests.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Tests/UserInventoryTests.cs b/OpenSim/Region/Framework/Scenes/Tests/UserInventoryTests.cs
index b82ddb4..651df3e 100644
--- a/OpenSim/Region/Framework/Scenes/Tests/UserInventoryTests.cs
+++ b/OpenSim/Region/Framework/Scenes/Tests/UserInventoryTests.cs
@@ -55,6 +55,9 @@ namespace OpenSim.Region.Framework.Tests
55 [Test] 55 [Test]
56 public void TestGiveInventoryFolder() 56 public void TestGiveInventoryFolder()
57 { 57 {
58 TestHelper.InMethod();
59// log4net.Config.XmlConfigurator.Configure();
60
58 Scene scene = SceneSetupHelpers.SetupScene(); 61 Scene scene = SceneSetupHelpers.SetupScene();
59 UserAccount user1 = UserAccountHelpers.CreateUserWithInventory(scene); 62 UserAccount user1 = UserAccountHelpers.CreateUserWithInventory(scene);
60 UserAccount user2 = UserAccountHelpers.CreateUserWithInventory(scene); 63 UserAccount user2 = UserAccountHelpers.CreateUserWithInventory(scene);