2005-03-15 Sebastien Pouliot <sebastien@ximian.com>
authorSebastien Pouliot <sebastien@ximian.com>
Tue, 15 Mar 2005 21:15:37 +0000 (21:15 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Tue, 15 Mar 2005 21:15:37 +0000 (21:15 -0000)
* corlib_test.dll.sources : Added new CAS unit tests BadImageFormat
Exception, IsolatedStorageFile and IsolatedStorageFileStream.

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

mcs/class/corlib/ChangeLog
mcs/class/corlib/corlib_test.dll.sources

index 83eade05eedc6302fce7a6f9fb82f3a72ac89785..44af8b2673d0b4719172a03aac481e7eb7346e46 100644 (file)
@@ -1,3 +1,8 @@
+2005-03-15  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * corlib_test.dll.sources : Added new CAS unit tests BadImageFormat
+       Exception, IsolatedStorageFile and IsolatedStorageFileStream.
+
 2005-03-23  Kazuki Oikawa  <kazuki@panicode.com>
 
        * corlib.dll.sources: Added _ConstructorInfo, _EventInfo,
index 06f1798113052a160ce800df8917157b4710d758..3c58a93ae427a29931b2ebaa76b97710b836f18d 100644 (file)
@@ -273,6 +273,7 @@ System/UInt64Test.cs
 System/UIntPtrTest.cs
 System/VersionTest.cs
 System/ValueTypeTest.cs
+System/BadImageFormatExceptionCas.cs
 System/EnvironmentCas.cs
 System/ExceptionCas.cs
 System.Diagnostics/StackFrameCas.cs
@@ -280,4 +281,6 @@ System.Diagnostics/StackTraceCas.cs
 System.IO/DirectoryCas.cs
 System.IO/FileLoadExceptionCas.cs
 System.IO/FileNotFoundExceptionCas.cs
+System.IO.IsolatedStorage/IsolatedStorageFileCas.cs
+System.IO.IsolatedStorage/IsolatedStorageFileStreamCas.cs
 System.Security/SecurityExceptionCas.cs