[tests] Enable tests for xambug #28777 on Android
authorMarek Habersack <grendel@twistedcode.net>
Mon, 28 Sep 2015 14:37:09 +0000 (16:37 +0200)
committerMarek Habersack <grendel@twistedcode.net>
Mon, 28 Sep 2015 14:37:09 +0000 (16:37 +0200)
The issue was fixed in XA, we can enable the tests now

mcs/class/System/Test/System.IO.Compression/DeflateStreamTest.cs

index bea0044180e42e01685eb23062de455d8c8d586c..f3cefe8c1513aebc1e7095aad330388f7d960011 100644 (file)
@@ -376,7 +376,6 @@ namespace MonoTests.System.IO.Compression
                }
 
                [Test]
-               [Category ("AndroidNotWorking")] // system zlib returns Z_STREAM_ERROR
                public void Bug28777_EmptyFlush ()
                {
                        MemoryStream backing = new MemoryStream ();
@@ -387,7 +386,6 @@ namespace MonoTests.System.IO.Compression
                }
                
                [Test]
-               [Category ("AndroidNotWorking")] // system zlib returns Z_BUF_ERROR
                public void Bug28777_DoubleFlush ()
                {
                        byte[] buffer = new byte [4096];