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
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -213,7 +213,7 @@ public void TestFindPreferredProgram()
213
213
Assert.AreEqual(preferred,-1);
214
214
215
215
//Testing the results of only having a mayaLT install
216
-
ExportSettings.instance.SetDCCOptionNames(newList<string>{"Maya LT"+"2018"});//hardcoded because the constant is changed in another branch but not this one at this time
216
+
ExportSettings.instance.SetDCCOptionNames(newList<string>{ExportSettings.kMayaLtOptionName+"2018"});//hardcoded because the constant is changed in another branch but not this one at this time
0 commit comments