File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Assets/FbxExporters/Editor/UnitTests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -231,12 +231,12 @@ public void TestGetDCCOptions()
231231 try
232232 {
233233 //Create any files we need within the folders
234- FileInfo firstExe = new FileInfo ( testFolder + firstSubFolder + executableName ) ;
234+ FileInfo firstExe = new FileInfo ( firstPath . FullName + executableName ) ;
235235 using ( FileStream s = firstExe . Create ( ) ) { }
236236
237237 //Add the paths which will be copied to DCCOptionPaths
238238 List < string > testPathList = new List < string > ( ) ;
239- testPathList . Add ( ( firstPath . FullName + executableName ) ) ; //this path is valid!
239+ testPathList . Add ( firstPath . FullName + executableName ) ; //this path is valid!
240240 testPathList . Add ( secondPath . FullName + executableName ) ;
241241 testPathList . Add ( null ) ;
242242 testPathList . Add ( "cookies/milk/foo/bar" ) ;
You can’t perform that action at this time.
0 commit comments