justinstenning / SharedMemory

C# shared memory classes for sharing data between processes (Array, Buffer and Circular Buffer)
https://www.nuget.org/packages/SharedMemory
Other
566 stars 118 forks source link

Make unit tests work in 64-bit mode. #19

Closed kasajian closed 8 years ago

kasajian commented 8 years ago

Unit test Constructor_BufferTooLarge_ArgumentOutOfRangeException was failing in 64-bit mode because test code was incorrectly assuming you can create buffer bigger than int.MaxValue.

Fixed in this pull request.