SharpCompress/tests/SharpCompress.Test
Elliot Prior 83f6690576 Recognise empty tar archives.
Currently, when ArchiveFactory.Open is called on an empty tar archive, it throws due to being unable to determine the stream type. This fix allows it to recognise empty tar files by checking for whether the filename is empty, the size is empty and the entry type is defined. Add a test to try opening an empty archive.
2018-08-16 10:25:47 +01:00
..
GZip Fix test namespaces 2017-05-30 15:14:02 +01:00
Rar Some naming clean up 2018-05-05 19:35:58 +01:00
SevenZip Mk/add support for extracting password protected LZMA(2) 7z archives (#324) 2017-12-04 10:55:30 +00:00
Streams Move test folder to be tests 2017-05-19 09:19:37 +01:00
Tar Recognise empty tar archives. 2018-08-16 10:25:47 +01:00
Xz Make readonly and fix visibility 2018-05-05 19:23:34 +01:00
Zip Remove lingering uses of non disposing stream 2018-05-08 14:10:49 +01:00
ADCTest.cs Lzip (#245) 2017-05-31 16:51:24 +01:00
ArchiveTests.cs Make readonly and fix visibility 2018-05-05 19:23:34 +01:00
ForwardOnlyStream.cs Doing some resharper clean up 2017-05-19 10:52:49 +01:00
ReaderTests.cs Remove lingering uses of non disposing stream 2018-05-08 14:10:49 +01:00
RewindableStreamTest.cs Update to next version. Stop Zip64 tests from running all the time and some clean up 2017-05-19 10:10:23 +01:00
SharpCompress.Test.csproj Evil zip is a windows only test because of paths 2018-05-05 09:05:32 +01:00
TestBase.cs Remove lingering uses of non disposing stream 2018-05-08 14:10:49 +01:00
TestStream.cs Doing some resharper clean up 2017-05-19 10:52:49 +01:00
WriterTests.cs More testing of file handling 2018-04-22 11:19:11 +01:00