Skip to content

Commit 818f28f

Browse files
author
AJubrey
committed
[REMOVED] additional blender references from unit test
1 parent 9154f7c commit 818f28f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Assets/FbxExporters/Editor/UnitTests/FbxExportSettingsTest.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ public void TestFindPreferredProgram()
189189
testList.Add(ExportSettings.GetUniqueDCCOptionName(ExportSettings.kMayaOptionName + "2016"));
190190
testList.Add(ExportSettings.GetUniqueDCCOptionName(ExportSettings.kMayaOptionName + "2017"));
191191
testList.Add(ExportSettings.GetUniqueDCCOptionName(ExportSettings.kMaxOptionName + "2017"));
192-
testList.Add(ExportSettings.GetUniqueDCCOptionName(ExportSettings.kBlenderOptionName + "2.67"));
193192
testList.Add(ExportSettings.GetUniqueDCCOptionName(""));
194193
testList.Add(ExportSettings.GetUniqueDCCOptionName(null));
195194
testList.Add(ExportSettings.GetUniqueDCCOptionName(ExportSettings.kMayaLtOptionName));
@@ -201,13 +200,6 @@ public void TestFindPreferredProgram()
201200
//While Maya 2017 and 3ds Max 2017 are tied for most recent, Maya 2017 should win because we prefer Maya.
202201
Assert.AreEqual(preferred, 9);
203202

204-
List<string> blenderList = new List<string> { "Blender 2.67", "Blender 3.0" };
205-
ExportSettings.instance.SetDCCOptionNames(blenderList);
206-
207-
preferred = ExportSettings.instance.GetPreferredDCCApp();
208-
//The function should be able to deal with floats well enough to give us a preferred version of soemthing like blender, which does not use the year.
209-
Assert.AreEqual(preferred, 1);
210-
211203
ExportSettings.instance.ClearDCCOptionNames();
212204
//Try running it with an empty list
213205
preferred = ExportSettings.instance.GetPreferredDCCApp();

0 commit comments

Comments
 (0)