← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 17056: Using DhisSpringTest for GmlImportServiceTest, better performance as test tx is rolled back

 

------------------------------------------------------------
revno: 17056
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Sat 2014-10-11 00:52:25 +0200
message:
  Using DhisSpringTest for GmlImportServiceTest, better performance as test tx is rolled back
modified:
  dhis-2/dhis-services/dhis-service-dxf2/src/test/java/org/hisp/dhis/dxf2/gml/GmlImportServiceTest.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-dxf2/src/test/java/org/hisp/dhis/dxf2/gml/GmlImportServiceTest.java'
--- dhis-2/dhis-services/dhis-service-dxf2/src/test/java/org/hisp/dhis/dxf2/gml/GmlImportServiceTest.java	2014-10-10 20:26:12 +0000
+++ dhis-2/dhis-services/dhis-service-dxf2/src/test/java/org/hisp/dhis/dxf2/gml/GmlImportServiceTest.java	2014-10-10 22:52:25 +0000
@@ -36,6 +36,7 @@
 import java.util.Collection;
 import java.util.HashMap;
 
+import org.hisp.dhis.DhisSpringTest;
 import org.hisp.dhis.DhisTest;
 import org.hisp.dhis.dxf2.metadata.MetaData;
 import org.hisp.dhis.organisationunit.OrganisationUnit;
@@ -46,7 +47,7 @@
  * @author Halvdan Hoem Grelland
  */
 public class GmlImportServiceTest
-    extends DhisTest
+    extends DhisSpringTest
 {
     private GmlImportService gmlImportService;