Fix unit tests in 64-bit mode

This commit is contained in:
niksedk 2014-06-17 17:27:09 +02:00
parent dd14d1ae24
commit 3dc2c46062
2 changed files with 9 additions and 0 deletions

View File

@ -71,6 +71,15 @@ namespace Test
CopyStream(strm, file);
}
}
strm = asm.GetManifestResourceStream("Test.Hunspellx64.dll");
if (strm != null)
{
var rdr = new StreamReader(strm);
using (Stream file = File.OpenWrite("Hunspellx64.dll"))
{
CopyStream(strm, file);
}
}
}
//Use ClassCleanup to run code after all tests in a class have run

BIN
src/Test/Hunspellx64.dll Normal file

Binary file not shown.