Author: spouliot
Date: 2005-03-15 16:15:37 -0500 (Tue, 15 Mar 2005)
New Revision: 41860

Modified:
   trunk/mcs/class/corlib/ChangeLog
   trunk/mcs/class/corlib/corlib_test.dll.sources
Log:
2005-03-15  Sebastien Pouliot  <[EMAIL PROTECTED]>

        * corlib_test.dll.sources : Added new CAS unit tests BadImageFormat
        Exception, IsolatedStorageFile and IsolatedStorageFileStream.



Modified: trunk/mcs/class/corlib/ChangeLog
===================================================================
--- trunk/mcs/class/corlib/ChangeLog    2005-03-15 21:13:34 UTC (rev 41859)
+++ trunk/mcs/class/corlib/ChangeLog    2005-03-15 21:15:37 UTC (rev 41860)
@@ -1,3 +1,8 @@
+2005-03-15  Sebastien Pouliot  <[EMAIL PROTECTED]>
+
+       * corlib_test.dll.sources : Added new CAS unit tests BadImageFormat
+       Exception, IsolatedStorageFile and IsolatedStorageFileStream.
+
 2005-03-23  Kazuki Oikawa  <[EMAIL PROTECTED]>
 
        * corlib.dll.sources: Added _ConstructorInfo, _EventInfo,

Modified: trunk/mcs/class/corlib/corlib_test.dll.sources
===================================================================
--- trunk/mcs/class/corlib/corlib_test.dll.sources      2005-03-15 21:13:34 UTC 
(rev 41859)
+++ trunk/mcs/class/corlib/corlib_test.dll.sources      2005-03-15 21:15:37 UTC 
(rev 41860)
@@ -273,6 +273,7 @@
 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.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

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to