* CaseInsensitiveHashCodeProvider.cs: In default ctor, do not save
[mono.git] / mcs / class / corlib / Test / System.IO.IsolatedStorage / IsolatedStorageFileStreamTest.cs
index 0604be788a5fd65578a70b263fe2f8cd71d5b3f4..013f3653b4a6bf6c1e8819c96aa194d40683eb52 100644 (file)
@@ -36,7 +36,7 @@ using Microsoft.Win32.SafeHandles;
 
 using NUnit.Framework;
 
-namespace MonoTests.System.IO.IsolatedStorageTests {
+namespace MonoTests.System.IO.IsolatedStorageTest {
 
        [TestFixture]
        public class IsolatedStorageFileStreamTest {
@@ -63,7 +63,6 @@ namespace MonoTests.System.IO.IsolatedStorageTests {
                }
 
                [Test]
-               [Category ("NotWorking")]
                [ExpectedException (typeof (ArgumentException))] // Mono's FileStream throw an ArgumentOutOfRangeException
                public void Constructor_StringModeBad ()
                {