minor: add in method print out to new test

This commit is contained in:
Justin Clark-Casey (justincc)
2011-06-03 23:15:31 +01:00
parent 527e10a04e
commit d09210da86

View File

@@ -55,6 +55,9 @@ namespace OpenSim.Region.Framework.Tests
[Test]
public void TestGiveInventoryFolder()
{
TestHelper.InMethod();
// log4net.Config.XmlConfigurator.Configure();
Scene scene = SceneSetupHelpers.SetupScene();
UserAccount user1 = UserAccountHelpers.CreateUserWithInventory(scene);
UserAccount user2 = UserAccountHelpers.CreateUserWithInventory(scene);