Author: spouliot Date: 2005-04-28 09:42:22 -0400 (Thu, 28 Apr 2005) New Revision: 43722
Modified: trunk/mcs/class/corlib/corlib_test.dll.sources Log: Add new unit tests for contexts (2.0) to the build and CAS tests for them too. Modified: trunk/mcs/class/corlib/corlib_test.dll.sources =================================================================== --- trunk/mcs/class/corlib/corlib_test.dll.sources 2005-04-28 13:30:19 UTC (rev 43721) +++ trunk/mcs/class/corlib/corlib_test.dll.sources 2005-04-28 13:42:22 UTC (rev 43722) @@ -249,9 +249,12 @@ System.Security.Principal/GenericPrincipalTest.cs System.Security.Principal/WindowsIdentityTest.cs System.Security.Principal/WindowsPrincipalTest.cs +System.Security/SecurityContextTest.cs +System.Security/SecurityCriticalAttributeTest.cs System.Security/SecurityElementTest.cs System.Security/SecurityExceptionTest.cs System.Security/SecurityManagerTest.cs +System.Security/SecurityTransparentAttributeTest.cs System/SingleTest.cs System/SingleFormatterTest.cs System/StringTest.cs @@ -260,6 +263,8 @@ System.Text/UnicodeEncodingTest.cs System.Text/UTF7EncodingTest.cs System.Text/UTF8EncodingTest.cs +System.Threading/CompressedStackTest.cs +System.Threading/ExecutionContextTest.cs System.Threading/MutexTest.cs System.Threading/ThreadTest.cs System.Threading/ReaderWriterLockTest.cs @@ -293,10 +298,13 @@ System.IO.IsolatedStorage/IsolatedStorageFileStreamCas.cs System.Reflection/ModuleCas.cs System.Reflection.Emit/MethodRentalCas.cs +System.Security/SecurityContextCas.cs System.Security/SecurityExceptionCas.cs System.Security.Cryptography/CryptoAPITransformCas.cs System.Security.Cryptography/CryptoConfigCas.cs System.Security.Cryptography.X509Certificates/X509CertificateCas.cs +System.Threading/CompressedStackCas.cs +System.Threading/ExecutionContextCas.cs System.Threading/MutexCas.cs System.Threading/ThreadCas.cs System.Threading/WaitHandleCas.cs _______________________________________________ Mono-patches maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-patches
