You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Assets/FbxExporters/Editor/UnitTests/FbxExportSettingsTest.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -219,13 +219,13 @@ public void TestFindPreferredProgram()
219
219
Assert.AreEqual(preferred,0);
220
220
221
221
//Testing the results of only having a maya install
222
-
ExportSettings.instance.SetDCCOptionNames(newList<string>{ExportSettings.kMayaOptionName+"2018"});//hardcoded because the constant is changed in another branch but not this one at this time
//Testing the results of only having a max install
228
-
ExportSettings.instance.SetDCCOptionNames(newList<string>{ExportSettings.kMaxOptionName+"2018"});//hardcoded because the constant is changed in another branch but not this one at this time
0 commit comments