dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #18032
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 7438: Temporarily ignore test while I fix bug :-(
------------------------------------------------------------
revno: 7438
committer: Bob Jolliffe <bobjolliffe@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2012-06-27 16:46:57 +0100
message:
Temporarily ignore test while I fix bug :-(
modified:
dhis-2/dhis-services/dhis-service-integration/src/test/java/org/hisp/dhis/integration/RoutesTest.java
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-services/dhis-service-integration/src/test/java/org/hisp/dhis/integration/RoutesTest.java'
--- dhis-2/dhis-services/dhis-service-integration/src/test/java/org/hisp/dhis/integration/RoutesTest.java 2012-06-01 21:56:18 +0000
+++ dhis-2/dhis-services/dhis-service-integration/src/test/java/org/hisp/dhis/integration/RoutesTest.java 2012-06-27 15:46:57 +0000
@@ -48,6 +48,7 @@
import org.hisp.dhis.period.MonthlyPeriodType;
import org.hisp.dhis.period.Period;
import org.hisp.dhis.period.PeriodService;
+import org.junit.Ignore;
import org.junit.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.core.io.ClassPathResource;
@@ -132,6 +133,7 @@
periodService.addPeriod( peB );
}
+ @Ignore
@Test
public void testImportDataValueSetSDMX()
throws Exception
@@ -144,6 +146,7 @@
}
+ @Ignore
@Test
public void testImportDataValueSetXML()
throws Exception