2004-01-27 Zoltan Varga <vargaz@freemail.hu>
authorZoltan Varga <vargaz@gmail.com>
Tue, 27 Jan 2004 14:47:18 +0000 (14:47 -0000)
committerZoltan Varga <vargaz@gmail.com>
Tue, 27 Jan 2004 14:47:18 +0000 (14:47 -0000)
* AssemblyBuilderTest.cs (TestCustomAttributes): Remove
KeyFileAttribute from the test, since it must point to a valid keyfile.

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

mcs/class/corlib/Test/System.Reflection.Emit/AssemblyBuilderTest.cs
mcs/class/corlib/Test/System.Reflection.Emit/ChangeLog

index 985a5a9f10c1576dbe6b58451305936ceb76470f..7bca34047f164b69b1e38d5de83906e638156854 100644 (file)
@@ -397,8 +397,6 @@ public class AssemblyBuilderTest : Assertion
 \r
                ab.SetCustomAttribute (new CustomAttributeBuilder (typeof (AssemblyVersionAttribute).GetConstructor (new Type [] { typeof (string) }), new object [] { "1.2.3.4"}));\r
 \r
-               ab.SetCustomAttribute (new CustomAttributeBuilder (typeof (AssemblyKeyFileAttribute).GetConstructor (new Type [] { typeof (string) }), new object [] { "foo"}));\r
-\r
                ab.SetCustomAttribute (new CustomAttributeBuilder (typeof (AssemblyCultureAttribute).GetConstructor (new Type [] { typeof (string) }), new object [] { "bar"}));\r
 \r
                ab.SetCustomAttribute (new CustomAttributeBuilder (typeof (AssemblyAlgorithmIdAttribute).GetConstructor (new Type [] { typeof (AssemblyHashAlgorithm) }), new object [] { AssemblyHashAlgorithm.MD5 }));\r
index 386dfb2879897aaacdf133d489162646c601911b..c6276290721fe01e83c8ab8c5c18bf6380004c9c 100644 (file)
@@ -1,3 +1,8 @@
+2004-01-27  Zoltan Varga  <vargaz@freemail.hu>
+
+       * AssemblyBuilderTest.cs (TestCustomAttributes): Remove 
+       KeyFileAttribute from the test, since it must point to a valid keyfile.
+
 2004-01-09  Nick Drochak <ndrochak@ieee.org>
 
        * TypeBuilderTest.cs (TestEnums): Fix build with csc.