2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Mon, 6 Jun 2005 02:02:24 +0000 (02:02 -0000)
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Mon, 6 Jun 2005 02:02:24 +0000 (02:02 -0000)
* IsolatedStorageFileStreamTest.cs:
* IsolatedStorageFileTest.cs:
* IsolatedStorageTest.cs: fixed namespace names and removed NotWorking
for a test that now works.

svn path=/trunk/mcs/; revision=45460

mcs/class/corlib/Test/System.IO.IsolatedStorage/ChangeLog
mcs/class/corlib/Test/System.IO.IsolatedStorage/IsolatedStorageFileStreamTest.cs
mcs/class/corlib/Test/System.IO.IsolatedStorage/IsolatedStorageFileTest.cs
mcs/class/corlib/Test/System.IO.IsolatedStorage/IsolatedStorageTest.cs

index 84fc1cc6c52bc3529dec474ba6018fffd280b077..e6a31848b92dc2dc01c10351d09f7b360cee045f 100644 (file)
@@ -1,3 +1,10 @@
+2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * IsolatedStorageFileStreamTest.cs:
+       * IsolatedStorageFileTest.cs:
+       * IsolatedStorageTest.cs: fixed namespace names and removed NotWorking
+       for a test that now works.
+
 2005-05-18  Sebastien Pouliot  <sebastien@ximian.com>
 
        * IsolatedStorageFileStreamCas.cs: Added tests to test stack 
index 0604be788a5fd65578a70b263fe2f8cd71d5b3f4..1b693e681ad3c52fac6e91071e598cfc107c40d1 100644 (file)
@@ -36,7 +36,7 @@ using Microsoft.Win32.SafeHandles;
 
 using NUnit.Framework;
 
-namespace MonoTests.System.IO.IsolatedStorageTests {
+namespace MonoTests.System.IO.IsolatedStorage {
 
        [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 ()
                {
index 642bffe1a159d59e3de4e03a74d03b52d33b643b..f066559440a8e5061f7ec006516776c5821bed9c 100644 (file)
@@ -37,7 +37,7 @@ using System.Security.Policy;
 
 using NUnit.Framework;
 
-namespace MonoTests.System.IO.IsolatedStorageTests {
+namespace MonoTests.System.IO.IsolatedStorage {
 
        [TestFixture]
        public class IsolatedStorageFileTest {
index bd3be6307d2854116792a5d06c9f8833052ce58c..0993718794e200f67d8756d49182bd720f8b1736 100644 (file)
@@ -34,7 +34,7 @@ using System.Security.Permissions;
 
 using NUnit.Framework;
 
-namespace MonoTests.System.IO.IsolatedStorageTests {
+namespace MonoTests.System.IO.IsolatedStorage {
 
        // note: IsolatedStorage is abstract so we create a
        // non-abstract class to test it