items need owner

This commit is contained in:
UbitUmarov
2022-12-16 02:30:49 +00:00
parent 89a5f6139f
commit 5afbf8e8a8
3 changed files with 6 additions and 4 deletions

View File

@@ -77,7 +77,7 @@ namespace OpenSim.Region.Framework.Tests
public void TestRezObjectFromInventoryItem()
{
TestHelpers.InMethod();
// log4net.Config.XmlConfigurator.Configure();
//log4net.Config.XmlConfigurator.Configure();
Scene scene = new SceneHelpers().SetupScene();
UserAccount user1 = UserAccountHelpers.CreateUserWithInventory(scene);
@@ -103,7 +103,7 @@ namespace OpenSim.Region.Framework.Tests
Assert.That(rezzedObject.AbsolutePosition, Is.EqualTo(rezPos));
// Velocity doesn't get applied, probably because there is no physics in tests (yet)
// Assert.That(rezzedObject.Velocity, Is.EqualTo(rezVel));
//Assert.That(rezzedObject.Velocity, Is.EqualTo(rezVel));
Assert.That(rezzedObject.Velocity, Is.EqualTo(Vector3.Zero));
// Confusingly, this isn't the rezzedObject.Rotation