From cad177796e1e5d4cb5ab73b9035c97c3ca22f351 Mon Sep 17 00:00:00 2001 From: Anton Firszov Date: Sun, 15 Jan 2017 19:11:50 +0100 Subject: [PATCH] better comments for AddFormatsDirectoryFromTestAssebmlyPath() --- tests/ImageSharp.Tests/TestFile.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ImageSharp.Tests/TestFile.cs b/tests/ImageSharp.Tests/TestFile.cs index cfc88ad676..3d66958416 100644 --- a/tests/ImageSharp.Tests/TestFile.cs +++ b/tests/ImageSharp.Tests/TestFile.cs @@ -160,6 +160,7 @@ namespace ImageSharp.Tests /// /// 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. /// /// The directories list private static void AddFormatsDirectoryFromTestAssebmlyPath(List directories)