From 75ca65a264bf699a3fa2eff7e556d2a9a7cb3edb Mon Sep 17 00:00:00 2001 From: John Lewin Date: Sun, 4 Feb 2018 17:00:10 -0800 Subject: [PATCH] Fix test error --- Tests/MatterControl.Tests/SceneTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/MatterControl.Tests/SceneTests.cs b/Tests/MatterControl.Tests/SceneTests.cs index fc81188e7..07f07101b 100644 --- a/Tests/MatterControl.Tests/SceneTests.cs +++ b/Tests/MatterControl.Tests/SceneTests.cs @@ -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