Browse Source

better comments for AddFormatsDirectoryFromTestAssebmlyPath()

af/merge-core
Anton Firszov 9 years ago
parent
commit
cad177796e
  1. 1
      tests/ImageSharp.Tests/TestFile.cs

1
tests/ImageSharp.Tests/TestFile.cs

@ -160,6 +160,7 @@ namespace ImageSharp.Tests
/// <summary>
/// The path returned by Path.GetFullPath(x) can be relative to dotnet framework directory
/// in certain scenarios like dotTrace test profiling.
/// This method calculates and adds the format directory based on the ImageSharp.Tests assembly location.
/// </summary>
/// <param name="directories">The directories list</param>
private static void AddFormatsDirectoryFromTestAssebmlyPath(List<string> directories)

Loading…
Cancel
Save