File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
Assets/FbxExporters/Editor/UnitTests Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,6 @@ public void TestFindPreferredProgram()
189
189
testList . Add ( ExportSettings . GetUniqueDCCOptionName ( ExportSettings . kMayaOptionName + "2016" ) ) ;
190
190
testList . Add ( ExportSettings . GetUniqueDCCOptionName ( ExportSettings . kMayaOptionName + "2017" ) ) ;
191
191
testList . Add ( ExportSettings . GetUniqueDCCOptionName ( ExportSettings . kMaxOptionName + "2017" ) ) ;
192
- testList . Add ( ExportSettings . GetUniqueDCCOptionName ( ExportSettings . kBlenderOptionName + "2.67" ) ) ;
193
192
testList . Add ( ExportSettings . GetUniqueDCCOptionName ( "" ) ) ;
194
193
testList . Add ( ExportSettings . GetUniqueDCCOptionName ( null ) ) ;
195
194
testList . Add ( ExportSettings . GetUniqueDCCOptionName ( ExportSettings . kMayaLtOptionName ) ) ;
@@ -201,13 +200,6 @@ public void TestFindPreferredProgram()
201
200
//While Maya 2017 and 3ds Max 2017 are tied for most recent, Maya 2017 should win because we prefer Maya.
202
201
Assert . AreEqual ( preferred , 9 ) ;
203
202
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
-
211
203
ExportSettings . instance . ClearDCCOptionNames ( ) ;
212
204
//Try running it with an empty list
213
205
preferred = ExportSettings . instance . GetPreferredDCCApp ( ) ;
You can’t perform that action at this time.
0 commit comments