You've already forked linux-packaging-mono
Imported Upstream version 5.20.0.180
Former-commit-id: ff953ca879339fe1e1211f7220f563e1342e66cb
This commit is contained in:
parent
0e2d47d1c8
commit
0510252385
@ -15,6 +15,8 @@ using System.IO;
|
||||
using System.IO.Compression;
|
||||
using System.Text;
|
||||
|
||||
using MonoTests.Helpers;
|
||||
|
||||
namespace MonoTests.System.IO.Compression
|
||||
{
|
||||
[TestFixture]
|
||||
@ -467,7 +469,7 @@ namespace MonoTests.System.IO.Compression
|
||||
public void Bug44994_InflateByteByByte()
|
||||
{
|
||||
int byteCount = 0;
|
||||
using (var fileStream = File.OpenRead(Path.Combine("Test", "compressed.bin")))
|
||||
using (var fileStream = File.OpenRead(TestResourceHelper.GetFullPathOfResource ("Test/compressed.bin")))
|
||||
{
|
||||
using (var deflateStream = new DeflateStream(fileStream, CompressionMode.Decompress, false))
|
||||
{
|
||||
|
Reference in New Issue
Block a user