2005-03-24 Sebastien Pouliot <sebastien@ximian.com>
authorSebastien Pouliot <sebastien@ximian.com>
Thu, 24 Mar 2005 20:56:47 +0000 (20:56 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Thu, 24 Mar 2005 20:56:47 +0000 (20:56 -0000)
* corlib_test.dll.sources : Added many new CAS unit tests to the build.

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

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

index ba70080a64b32ae56cfb33226fd1463013b873ee..0558268c13faa134e57ad820c6acc2478d72c711 100644 (file)
@@ -1,3 +1,7 @@
+2005-03-24  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * corlib_test.dll.sources : Added many new CAS unit tests to the build.
+
 2005-03-23  Lluis Sanchez Gual  <lluis@ximian.com>
 
        * corlib_test.dll.sources: Added new serialization test.
index 9e01a98e4a3e2bea4672cc3a3bd9175de10a84c5..b90cebbcba00a570fc24f6a9823dc8d369710895 100644 (file)
@@ -274,14 +274,29 @@ System/UInt64Test.cs
 System/UIntPtrTest.cs
 System/VersionTest.cs
 System/ValueTypeTest.cs
+System/ActivatorCas.cs
 System/BadImageFormatExceptionCas.cs
+System/ConsoleCas.cs
 System/EnvironmentCas.cs
 System/ExceptionCas.cs
+System/MarshalByRefObjectCas.cs
+System/RuntimeMethodHandleCas.cs
+System/TypedReferenceCas.cs
 System.Diagnostics/StackFrameCas.cs
 System.Diagnostics/StackTraceCas.cs
 System.IO/DirectoryCas.cs
 System.IO/FileLoadExceptionCas.cs
 System.IO/FileNotFoundExceptionCas.cs
+System.IO/FileStreamCas.cs
+System.IO/PathCas.cs
 System.IO.IsolatedStorage/IsolatedStorageFileCas.cs
 System.IO.IsolatedStorage/IsolatedStorageFileStreamCas.cs
+System.Reflection/ModuleCas.cs
+System.Reflection.Emit/MethodRentalCas.cs
 System.Security/SecurityExceptionCas.cs
+System.Security.Cryptography/CryptoAPITransformCas.cs
+System.Security.Cryptography/CryptoConfigCas.cs
+System.Security.Cryptography.X509Certificates/X509CertificateCas.cs
+System.Threading/MutexCas.cs
+System.Threading/ThreadCas.cs
+System.Threading/WaitHandleCas.cs