File tree Expand file tree Collapse file tree
ICSharpCode.SharpZipLib.Tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44namespace ICSharpCode . SharpZipLib . Tests . Core
55{
66 [ TestFixture ]
7- public class Core
7+ public class CoreTestSuite
88 {
9-
109 [ Test ]
10+ [ Category ( "Core" ) ]
1111 public void FilterQuoting ( )
1212 {
1313 string [ ] filters = NameFilter . SplitQuoted ( "" ) ;
@@ -33,13 +33,15 @@ public void FilterQuoting()
3333 }
3434
3535 [ Test ]
36+ [ Category ( "Core" ) ]
3637 public void NullFilter ( )
3738 {
3839 var nf = new NameFilter ( null ) ;
3940 Assert . IsTrue ( nf . IsIncluded ( "o78i6bgv5rvu\\ kj//&*" ) ) ;
4041 }
4142
4243 [ Test ]
44+ [ Category ( "Core" ) ]
4345 public void ValidFilter ( )
4446 {
4547 Assert . IsTrue ( NameFilter . IsValidFilterExpression ( null ) ) ;
Original file line number Diff line number Diff line change 8989 <Compile Include =" Base\InflaterDeflaterTests.cs" />
9090 <Compile Include =" BZip2\Bzip2Tests.cs" />
9191 <Compile Include =" Checksum\ChecksumTests.cs" />
92- <Compile Include =" Core\Core .cs" />
92+ <Compile Include =" Core\CoreTests .cs" />
9393 <Compile Include =" GZip\GZipTests.cs" />
9494 <Compile Include =" Lzw\LzwTests.cs" />
9595 <Compile Include =" Tar\TarTests.cs" />
Original file line number Diff line number Diff line change @@ -81,10 +81,13 @@ ICSharpCode.SharpZipLib.Tests.Zip.StreamHandling.ReadAndWriteZip64NonSeekable
8181ICSharpCode.SharpZipLib.Tests.Zip.StreamHandling.Zip64Descriptor
8282ICSharpCode.SharpZipLib.Tests.Zip.WindowsNameTransformHandling.LengthBoundaryOk
8383ICSharpCode.SharpZipLib.Tests.Zip.WindowsNameTransformHandling.NameTooLong
84+ ICSharpCode.SharpZipLib.Tests.Zip.ZipEntryFactoryHandling.CreateInMemoryValues
8485ICSharpCode.SharpZipLib.Tests.Zip.ZipEntryFactoryHandling.Defaults
8586ICSharpCode.SharpZipLib.Tests.Zip.ZipEntryHandling.CanDecompress
8687ICSharpCode.SharpZipLib.Tests.Zip.ZipEntryHandling.Cloning
8788ICSharpCode.SharpZipLib.Tests.Zip.ZipEntryHandling.Copying
89+ ICSharpCode.SharpZipLib.Tests.Zip.ZipEntryHandling.DateAndTime
90+ ICSharpCode.SharpZipLib.Tests.Zip.ZipEntryHandling.DateTimeSetsDosTime
8891ICSharpCode.SharpZipLib.Tests.Zip.ZipEntryHandling.NullEntryComment
8992ICSharpCode.SharpZipLib.Tests.Zip.ZipEntryHandling.NullNameInConstructor
9093ICSharpCode.SharpZipLib.Tests.Zip.ZipExtraDataHandling.BasicOperations
You can’t perform that action at this time.
0 commit comments