You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/ICSharpCode.SharpZipLib.Tests/Zip/ZipTests.cs
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2070,10 +2070,11 @@ public void UnicodeNameConversion()
2070
2070
/// </summary>
2071
2071
[Test]
2072
2072
[Category("Zip")]
2073
+
[Ignore("at commit 60831547c868cc56d43f24473f7d5f2cc51fb754 this unit test passed but the behavior of ZipEntry.DateTime has changed completely ever since. Not sure if this unit test is still needed.")]
0 commit comments