minor: add in method print out to new test

bulletsim
Justin Clark-Casey (justincc) 2011-06-03 23:15:31 +01:00
parent 527e10a04e
commit d09210da86
1 changed files with 3 additions and 0 deletions

View File

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