@@ -23,11 +23,11 @@ public static TheoryData<string, int, bool> DisposeData
2323 var data = new TheoryData < string , int , bool >
2424 {
2525 { "TestData.7z" , 3 , false } ,
26- { "TestData.tar" , 6 , false } ,
26+ { "TestData.tar" , 5 , false } ,
2727 { "TestData.rar" , 3 , false } ,
2828 { "TestData.rar4" , 3 , false } ,
29- { "TestData.tar.bz2" , 6 , false } ,
30- { "TestData.tar.gz" , 6 , false } ,
29+ { "TestData.tar.bz2" , 5 , false } ,
30+ { "TestData.tar.gz" , 5 , false } ,
3131 { "TestData.tar.xz" , 3 , false } ,
3232 { "sysvbanner_1.0-17fakesync1_amd64.deb" , 8 , false } ,
3333 { "TestData.a" , 3 , false } ,
@@ -37,20 +37,20 @@ public static TheoryData<string, int, bool> DisposeData
3737 { "EmptyFile.txt" , 1 , false } ,
3838 { "TestData.zip" , 5 , true } ,
3939 { "TestData.7z" , 3 , true } ,
40- { "TestData.tar" , 6 , true } ,
40+ { "TestData.tar" , 5 , true } ,
4141 { "TestData.rar" , 3 , true } ,
4242 { "TestData.rar4" , 3 , true } ,
43- { "TestData.tar.bz2" , 6 , true } ,
44- { "TestData.tar.gz" , 6 , true } ,
43+ { "TestData.tar.bz2" , 5 , true } ,
44+ { "TestData.tar.gz" , 5 , true } ,
4545 { "TestData.tar.xz" , 3 , true } ,
4646 { "sysvbanner_1.0-17fakesync1_amd64.deb" , 8 , true } ,
4747 { "TestData.a" , 3 , true } ,
4848 { "TestData.bsd.ar" , 3 , true } ,
4949 { "TestData.iso" , 3 , true } ,
5050 { "TestData.vhdx" , 3 , true } ,
5151 { "EmptyFile.txt" , 1 , true } ,
52- { "TestDataArchivesNested.zip" , RuntimeInformation . IsOSPlatform ( OSPlatform . Windows ) ? 54 : 52 , true } ,
53- { "TestDataArchivesNested.zip" , RuntimeInformation . IsOSPlatform ( OSPlatform . Windows ) ? 54 : 52 , false } ,
52+ { "TestDataArchivesNested.zip" , RuntimeInformation . IsOSPlatform ( OSPlatform . Windows ) ? 51 : 49 , true } ,
53+ { "TestDataArchivesNested.zip" , RuntimeInformation . IsOSPlatform ( OSPlatform . Windows ) ? 51 : 49 , false } ,
5454 } ;
5555 if ( RuntimeInformation . IsOSPlatform ( OSPlatform . Windows ) )
5656 {
0 commit comments