=== modified file 'dhis-2/dhis-dxf2/src/test/java/org/hisp/dhis/dxf2/datavalueset/DataValueSetServiceTest.java' --- dhis-2/dhis-dxf2/src/test/java/org/hisp/dhis/dxf2/datavalueset/DataValueSetServiceTest.java 2012-05-30 10:52:18 +0000 +++ dhis-2/dhis-dxf2/src/test/java/org/hisp/dhis/dxf2/datavalueset/DataValueSetServiceTest.java 2012-05-30 11:13:07 +0000 @@ -174,13 +174,12 @@ assertImportDataValues( summary ); } - @Ignore @Test public void testImportDataValuesXmlWithCode() throws Exception { ImportOptions options = new ImportOptions( CODE, CODE, false, NEW_AND_UPDATES, false ); - ImportSummary summary = dataValueSetService.saveDataValueSet( new ClassPathResource( "datavalueset/dataValueSetB.xml" ).getInputStream(), options ); + ImportSummary summary = dataValueSetService.saveDataValueSet( new ClassPathResource( "datavalueset/dataValueSetBcode.xml" ).getInputStream(), options ); assertImportDataValues( summary ); } === added file 'dhis-2/dhis-dxf2/src/test/resources/datavalueset/dataValueSetBcode.xml' --- dhis-2/dhis-dxf2/src/test/resources/datavalueset/dataValueSetBcode.xml 1970-01-01 00:00:00 +0000 +++ dhis-2/dhis-dxf2/src/test/resources/datavalueset/dataValueSetBcode.xml 2012-05-30 11:13:07 +0000 @@ -0,0 +1,14 @@ + + + + + + + + + + + + + +