Author: desruisseaux
Date: Sun Mar 17 23:04:20 2013
New Revision: 1457583
URL: http://svn.apache.org/r1457583
Log:
Enable the metadata test cases which were needing the converters framework.
Modified:
sis/branches/JDK7/sis-metadata/src/test/java/org/apache/sis/metadata/PropertyAccessorTest.java
Modified:
sis/branches/JDK7/sis-metadata/src/test/java/org/apache/sis/metadata/PropertyAccessorTest.java
URL:
http://svn.apache.org/viewvc/sis/branches/JDK7/sis-metadata/src/test/java/org/apache/sis/metadata/PropertyAccessorTest.java?rev=1457583&r1=1457582&r2=1457583&view=diff
==============================================================================
---
sis/branches/JDK7/sis-metadata/src/test/java/org/apache/sis/metadata/PropertyAccessorTest.java
[UTF-8] (original)
+++
sis/branches/JDK7/sis-metadata/src/test/java/org/apache/sis/metadata/PropertyAccessorTest.java
[UTF-8] Sun Mar 17 23:04:20 2013
@@ -256,7 +256,6 @@ public final strictfp class PropertyAcce
*/
@Test
@DependsOnMethod("testSet")
- @Ignore("Needs ObjectConverters.find(…) implementation.")
public void testSetWithConversion() {
final String expected = "Some title";
final Citation citation = new DefaultCitation();
@@ -287,7 +286,6 @@ public final strictfp class PropertyAcce
*/
@Test
@DependsOnMethod("testSet")
- @Ignore("Needs ObjectConverters.find(…) implementation.")
public void testSetInCollectionWithConversion() {
testSetInCollection(true);
}