2004-03-22 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / corlib / Test / System.Reflection.Emit / ChangeLog
index d594fc2802de85f1c07e8af22085f24a293ab365..78b25c780ce62b33697ee5965dd218e1d7919c88 100644 (file)
@@ -1,3 +1,19 @@
+2004-03-22  Zoltan Varga  <vargaz@freemail.hu>
+
+       * CustomAttributeBuilderTest.cs: Call GetCustomAttributes with false
+       so custom attributes on Object do not screw the results.
+
+2004-03-15  Nick Drochak <ndrochak@ieee.org>
+
+       * CustomAttributeBuilderTest.cs: Force test to pass if we are running
+       on version 1.1 of the CLR.  That version does not throw the exception.
+
+2004-03-09  Jackson Harper  <jackson@ximian.com>
+
+       * AssemblyBuilderAccessTest.cs:
+       * CustomAttributeBuilderTest.cs: New test cases
+       from nvineeth_mono@yahoo.com.
+
 2004-02-16  Zoltan Varga  <vargaz@freemail.hu>
 
        * MethodBuilderTest.cs: Fix test so it runs under MS.