Comment one more field that can't be tested that way anymore

0.6.1-post-fixes
Melanie Thielker 2008-11-26 10:55:06 +00:00
parent 5f912a6787
commit c7d39fb4e3
1 changed files with 2 additions and 1 deletions

View File

@ -287,7 +287,8 @@ namespace OpenSim.Data.Tests
Assert.That(rotoff,Is.EqualTo(sop.RotationOffset));
Assert.That(uuid,Is.EqualTo(sop.UUID));
Assert.That(creator,Is.EqualTo(sop.CreatorID));
Assert.That(iserial,Is.EqualTo(sop.InventorySerial));
// Modified in-class
// Assert.That(iserial,Is.EqualTo(sop.InventorySerial));
Assert.That(dic,Is.EqualTo(sop.TaskInventory));
Assert.That(objf,Is.EqualTo(sop.ObjectFlags));
Assert.That(name,Is.EqualTo(sop.Name));