Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2017-11-18 19:10:03 +0300
committerMarek Safar <marek.safar@gmail.com>2017-11-19 12:13:27 +0300
commitc498a00479b2768b9ea4fa1fe9af2471a923462e (patch)
tree44b73bfce232c32b9bca20744d650bf7e2b2ced3 /mcs/class/corlib
parentc2ea774d4c660796920c7557147682bf4107f35b (diff)
[bcl] Fix the ResolvePathBeforeDirectoryExists test on the mobile profile.
Diffstat (limited to 'mcs/class/corlib')
-rw-r--r--mcs/class/corlib/Test/System.IO/DirectoryTest.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/class/corlib/Test/System.IO/DirectoryTest.cs b/mcs/class/corlib/Test/System.IO/DirectoryTest.cs
index 2f10d9f600b..3975b5b35cc 100644
--- a/mcs/class/corlib/Test/System.IO/DirectoryTest.cs
+++ b/mcs/class/corlib/Test/System.IO/DirectoryTest.cs
@@ -1748,6 +1748,7 @@ public class DirectoryTest
}
}
+#if !MOBILE
[Test]
public void ResolvePathBeforeDirectoryExists ()
{
@@ -1786,6 +1787,7 @@ public class DirectoryTest
DeleteDirectory (root);
}
}
+#endif
private void DeleteDirectory (string path)
{