Excluded test DefaultType in ToolboxItemAttributeTests.cs under 'TARGET_JVM'
authorIlya Kharmatsky <ilya@mono-cvs.ximian.com>
Mon, 29 Jan 2007 12:07:01 +0000 (12:07 -0000)
committerIlya Kharmatsky <ilya@mono-cvs.ximian.com>
Mon, 29 Jan 2007 12:07:01 +0000 (12:07 -0000)
configuration.

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

mcs/class/System/Test/System.ComponentModel/ChangeLog
mcs/class/System/Test/System.ComponentModel/ToolboxItemAttributeTests.cs

index fb2d101cd9832497f3ed341289fb72c23aeed852..9d0e865f39b39c57f0957dd5a3e854e0190ae119 100644 (file)
@@ -1,3 +1,8 @@
+2007-01-29  Ilya Kharmatsky <ilyak -at- mainsoft.com>
+
+       * ToolboxItemAttributeTests.cs: excluded DefaultType test,
+        under TARGET_JVM
+
 2007-01-25  Ilya Kharmatsky <ilyak -at- mainsoft.com>
 
        * ArrayConverterTests.cs: workaround not supported under TARGET_JVM
index 8b604780bfb37c1deb6a8658dbe187684ab7e0a1..0423b02159852064f2f0194b76a344104940cd27 100644 (file)
@@ -18,6 +18,9 @@ namespace MonoTests.System.ComponentModel
        public class ToolboxItemAttributeTests
        {
                [Test]
+#if TARGET_JVM
+               [Ignore ("TD BUG ID: 7215, 7216")]
+#endif
                public void DefaultType ()
                {
                        ToolboxItemAttribute attr = new ToolboxItemAttribute (true);