Fixes MonoTests.System.IO.DirectoryTest.DeleteDirectoryOnExistingFileName on
authorNiklas Therning <niklas@therning.org>
Fri, 19 Aug 2016 13:54:55 +0000 (15:54 +0200)
committerNiklas Therning <niklas@therning.org>
Fri, 19 Aug 2016 13:54:55 +0000 (15:54 +0200)
commit9088f5a72a12a655da757384bf25c14d128ac7aa
tree5252836e7c57f7553d0e2671e88359b3ef6157e7
parentb303ade7c69552d63dca65615f615f913b9eb54e
Fixes MonoTests.System.IO.DirectoryTest.DeleteDirectoryOnExistingFileName on
Windows

The error (ERROR_DIRECTORY) wasn't recognized in MonoIO so the error message
became "Win32 IO returned 267. Path: C:\foo\bar" which includes the path. The
test tests that the path isn't include in the message in the thrown
IOException.
mcs/class/corlib/System.IO/MonoIO.cs
mcs/class/corlib/System.IO/MonoIOError.cs