mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-07-18 15:05:35 +00:00
last write time shouldn't equal...right?
This commit is contained in:
@@ -202,7 +202,7 @@ namespace SharpCompress.Test
|
||||
{
|
||||
FileInfo fi1 = new FileInfo(file1);
|
||||
FileInfo fi2 = new FileInfo(file2);
|
||||
Assert.AreEqual(fi1.LastWriteTime, fi2.LastWriteTime);
|
||||
Assert.AreNotEqual(fi1.LastWriteTime, fi2.LastWriteTime);
|
||||
Assert.AreEqual(fi1.Attributes, fi2.Attributes);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user