Author: gonzalo
Date: 2005-04-13 19:44:31 -0400 (Wed, 13 Apr 2005)
New Revision: 42972
Modified:
trunk/mcs/class/corlib/Test/System.IO/DirectoryInfoTest.cs
Log:
fix the test
Modified: trunk/mcs/class/corlib/Test/System.IO/DirectoryInfoTest.cs
===================================================================
--- trunk/mcs/class/corlib/Test/System.IO/DirectoryInfoTest.cs 2005-04-13
23:22:42 UTC (rev 42971)
+++ trunk/mcs/class/corlib/Test/System.IO/DirectoryInfoTest.cs 2005-04-13
23:44:31 UTC (rev 42972)
@@ -565,7 +565,7 @@
[Test]
public void DirectoryNameWithSpace ()
{
- if ((int) Environment.OSVersion.Platform != 128) {
+ if ((int) Environment.OSVersion.Platform == 128) {
DeleteDir ("this has a space at the end ");
string path = Path.Combine (TempFolder, "this
has a space at the end ");
Directory.CreateDirectory (path);
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches