Fix test error

This commit is contained in:
John Lewin 2018-02-04 17:00:10 -08:00
parent a81d4dc5de
commit 75ca65a264

View file

@ -435,7 +435,7 @@ namespace MatterHackers.PolygonMesh.UnitTests
Assert.AreEqual(this.RedMatrix, redItem.Matrix, "Matrix property on node should be RedMatrix");
// Validate WorldColor with non-ancestor param
Assert.AreEqual(this.RedMatrix * this.GroupMatrix * this.SuperGroupMatrix, redItem.WorldMaterialIndex(nonAncestor), "WorldMaterialIndex on Red with non-ancestor should be RootMaterialIndex");
Assert.AreEqual(this.RedMatrix * this.GroupMatrix * this.SuperGroupMatrix, redItem.WorldMatrix(nonAncestor), "WorldMatrix on Red with non-ancestor should be RootMaterialIndex");
// ************************************* WorldOutputType *************************************
// Validate root