Skip to content

Commit

Permalink
another
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanCS committed May 28, 2024
1 parent ef268dc commit 9038106
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tool/SystemTestingTools/Internal/RecordingManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ public List<Recording> GetRecordings(FolderAbsolutePath folder)
recording.File = StandardizeFileNameForDisplay(folder, fullFilePath);
list.Add(recording);
}
list = list.OrderBy(c => c.File).ToList(); // we sort so it's the same order in windows and linux, so we can more easily test it
return list;
}

Expand Down

0 comments on commit 9038106

Please sign in to comment.