You've already forked linux-packaging-mono
Imported Upstream version 6.0.0.172
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
This commit is contained in:
parent
8016999e4d
commit
64ac736ec5
@ -164,6 +164,7 @@ namespace MonoTests.System.IO
|
||||
}
|
||||
|
||||
[Test]
|
||||
[Category ("NotOnMac")]
|
||||
public void CreationTimeNoFileOrDirectory ()
|
||||
{
|
||||
string path = TempFolder + DSC + "FSIT.CreationTimeNoFile.Test";
|
||||
@ -213,6 +214,7 @@ namespace MonoTests.System.IO
|
||||
}
|
||||
|
||||
[Test]
|
||||
[Category ("NotOnMac")]
|
||||
public void DefaultLastAccessTime ()
|
||||
{
|
||||
string path = TempFolder + DSC + "FSIT.DefaultLastAccessTime.Test";
|
||||
@ -235,6 +237,7 @@ namespace MonoTests.System.IO
|
||||
}
|
||||
|
||||
[Test]
|
||||
[Category ("NotWasm")]
|
||||
public void LastAccessTime ()
|
||||
{
|
||||
string path = TempFolder + DSC + "FSIT.LastAccessTime.Test";
|
||||
@ -277,6 +280,7 @@ namespace MonoTests.System.IO
|
||||
}
|
||||
|
||||
[Test]
|
||||
[Category ("NotOnMac")]
|
||||
public void DefaultLastWriteTime ()
|
||||
{
|
||||
string path = TempFolder + DSC + "FSIT.DefaultLastWriteTime.Test";
|
||||
@ -352,8 +356,7 @@ namespace MonoTests.System.IO
|
||||
typeof (FileSystemInfo), new FormatterConverter ());
|
||||
info.GetObjectData (si, new StreamingContext ());
|
||||
|
||||
Assert.AreEqual (2, si.MemberCount, "#1");
|
||||
Assert.AreEqual ("FSIT.Serialization.Test", si.GetString ("OriginalPath"), "#2");
|
||||
Assert.AreEqual (3, si.MemberCount, "#1");
|
||||
Assert.AreEqual (path, si.GetString ("FullPath"), "#3");
|
||||
} finally {
|
||||
DeleteDir (path);
|
||||
|
Reference in New Issue
Block a user