From 3537b1f8f2bfba117b7d5c90578ce8e6048d77e4 Mon Sep 17 00:00:00 2001 From: David Hall Date: Thu, 19 Sep 2019 12:22:53 -0600 Subject: [PATCH] Changed small file to Image2File (since it's smaller) --- UnitTests/CSharpRunner/TestCaseSources.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnitTests/CSharpRunner/TestCaseSources.cs b/UnitTests/CSharpRunner/TestCaseSources.cs index b1c41138..7d7febee 100644 --- a/UnitTests/CSharpRunner/TestCaseSources.cs +++ b/UnitTests/CSharpRunner/TestCaseSources.cs @@ -26,7 +26,7 @@ namespace Vanara.PInvoke.Tests public const string ResourceFile = @"C:\Temp\DummyResourceExe.exe"; - public const string SmallFile = IcoFile; + public const string SmallFile = Image2File; public const string TempChildDir = @"C:\Temp\Temp";