mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-25 12:44:46 +01:00
Fix unit tests in 64-bit mode
This commit is contained in:
parent
dd14d1ae24
commit
3dc2c46062
@ -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
BIN
src/Test/Hunspellx64.dll
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user