@@ -1,3 +1,8 @@
+2007-02-01 Ilya Kharmatsky <ilyak -at- mainsoft.com>
+
+ * TypeConverterTests.cs, PropertyDescriptorCollectionTests.cs:
+ excluded test which not working under TARGET_JVM
2007-01-29 Ilya Kharmatsky <ilyak -at- mainsoft.com>
* ToolboxItemAttributeTests.cs: excluded DefaultType test,
@@ -20,6 +20,9 @@ namespace MonoTests.System.ComponentModel
public class PropertyDescriptorCollectionTests
{
[Test]
+#if TARGET_JVM
+ [Ignore ("TD BUG ID: 7229")]
+#endif
public void Empty ()
PropertyDescriptorCollection descriptors = PropertyDescriptorCollection.Empty;
@@ -43,6 +43,9 @@ namespace MonoTests.System.ComponentModel
}
public void GetProperties ()
PropertyDescriptorCollection properties = null;