We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 851ef66 + 8fe132e commit 1c525bcCopy full SHA for 1c525bc
Assets/FbxExporters/Editor/UnitTests/FbxExportSettingsTest.cs
@@ -197,8 +197,8 @@ public void TestFindPreferredProgram()
197
ExportSettings.instance.SetDCCOptionNames(testList);
198
199
int preferred = ExportSettings.instance.GetPreferredDCCApp();
200
- //While Maya 2017 and 3ds Max 2017 are tied for most recent, Maya 2017 should win because we prefer Maya.
201
- Assert.AreEqual(preferred, 9);
+ //While Maya 2017 and 3ds Max 2017 are tied for most recent, Maya 2017 (index 8) should win because we prefer Maya.
+ Assert.AreEqual(preferred, 8);
202
203
ExportSettings.instance.ClearDCCOptionNames();
204
//Try running it with an empty list
0 commit comments