From 3dae11460f32095b09c3a2b2fb9d2d13e955ebe2 Mon Sep 17 00:00:00 2001 From: Anton Firszov Date: Sat, 14 Jan 2017 22:40:42 +0100 Subject: [PATCH] added some test files to ImageSharp.Sandbox46.csproj --- .../ImageSharp.Sandbox46.csproj | 63 ++++++++++++++++++- 1 file changed, 62 insertions(+), 1 deletion(-) diff --git a/tests/ImageSharp.Sandbox46/ImageSharp.Sandbox46.csproj b/tests/ImageSharp.Sandbox46/ImageSharp.Sandbox46.csproj index 452eaca43..fd7cc5c78 100644 --- a/tests/ImageSharp.Sandbox46/ImageSharp.Sandbox46.csproj +++ b/tests/ImageSharp.Sandbox46/ImageSharp.Sandbox46.csproj @@ -79,6 +79,63 @@ + + Tests\Drawing\BeziersTests.cs + + + Tests\Drawing\DrawImageTest.cs + + + Tests\Drawing\DrawPathTests.cs + + + Tests\Drawing\FillPatternTests.cs + + + Tests\Drawing\FillSolidBrushTests.cs + + + Tests\Drawing\LineComplexPolygonTests.cs + + + Tests\Drawing\LineTests.cs + + + Tests\Drawing\PolygonTests.cs + + + Tests\Drawing\RecolorImageTest.cs + + + Tests\Drawing\SolidBezierTests.cs + + + Tests\Drawing\SolidComplexPolygonTests.cs + + + Tests\Drawing\SolidPolygonTests.cs + + + Tests\Formats\Jpg\Block8x8FTests.cs + + + Tests\Formats\Jpg\JpegTests.cs + + + Tests\Formats\Jpg\ReferenceImplementations.cs + + + Tests\Formats\Jpg\ReferenceImplementationsTests.cs + + + Tests\Formats\Jpg\UtilityTestClassBase.cs + + + Tests\Formats\Jpg\YCbCrImageTests.cs + + + Tests\Processors\Filters\ResizeTests.cs + @@ -86,7 +143,11 @@ - + + + + +