|
|
@@ -108,7 +108,7 @@ namespace MonoTests.System.IO
|
|
|
|
|
|
#if NET_2_0
|
|
|
|
|
|
- [Test]
|
|
|
+ [Test, Category ("NotWorking")]
|
|
|
public void IsReadOnly ()
|
|
|
{
|
|
|
string path = TempFolder + DSC + "FIT.IsReadOnly.Test";
|
|
|
@@ -126,7 +126,7 @@ namespace MonoTests.System.IO
|
|
|
info2.IsReadOnly = true;
|
|
|
AssertEquals ("test#02", true, info1.IsReadOnly);
|
|
|
|
|
|
- FileInfo info1 = new FileInfo (path);
|
|
|
+ FileInfo info3 = new FileInfo (path);
|
|
|
info2.IsReadOnly = false;
|
|
|
AssertEquals ("test#03", false, info1.IsReadOnly);
|
|
|
} finally {
|