2004-08-09 Sebastien Pouliot <sebastien@ximian.com>
authorSebastien Pouliot <sebastien@ximian.com>
Mon, 9 Aug 2004 17:36:44 +0000 (17:36 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Mon, 9 Aug 2004 17:36:44 +0000 (17:36 -0000)
* corlib_test.dll.sources: Added System/ApplicationIdentityTest.cs and
ApplicationIdTest.cs unit tests for NET_2_0.

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

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

index 54eeebc1430eeccf6d144710f952d13f17e3ed62..05d6d35de7ede46c93f90c9a6208a273b182ceb9 100644 (file)
@@ -3,6 +3,8 @@
        * corlib.dll.sources: Added System/ApplicationId.cs, 
        System.Reflection/ImageFileMachine.cs and PortableExecutableKind.cs,
        and System.Security.Policy/ApplicationSecurityInfo.cs for NET_2_0.
+       * corlib_test.dll.sources: Added System/ApplicationIdentityTest.cs and
+       ApplicationIdTest.cs unit tests for NET_2_0.
 
 2004-08-08  Sebastien Pouliot  <sebastien@ximian.com>
 
index 6790b312884b3fffdcb3785b98ed3c4b5d427ae8..6b8607f62083b7d8d696b5b796ca920c55fb5edf 100755 (executable)
@@ -1,5 +1,7 @@
 System/AppDomainSetupTest.cs
 System/AppDomainTest.cs
+System/ApplicationIdentityTest.cs
+System/ApplicationIdTest.cs
 System/ArrayTest.cs
 System/AttributeTest.cs
 System/BitConverterTest.cs