dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #01409
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 419: Minor fix
------------------------------------------------------------
revno: 419
committer: Lars Helge Oeverland larshelge@xxxxxxxxx
branch nick: trunk
timestamp: Mon 2009-07-06 23:49:26 +0200
message:
Minor fix
modified:
dhis-2/dhis-services/dhis-service-mapping/src/test/java/org/hisp/dhis/mapping/MappingServiceTest.java
=== modified file 'dhis-2/dhis-services/dhis-service-mapping/src/test/java/org/hisp/dhis/mapping/MappingServiceTest.java'
--- dhis-2/dhis-services/dhis-service-mapping/src/test/java/org/hisp/dhis/mapping/MappingServiceTest.java 2009-07-06 21:46:06 +0000
+++ dhis-2/dhis-services/dhis-service-mapping/src/test/java/org/hisp/dhis/mapping/MappingServiceTest.java 2009-07-06 21:49:26 +0000
@@ -131,6 +131,9 @@
{
int idA = mappingService.addMap( mapA );
int idB = mappingService.addMap( mapB );
+
+ mappingService.addMapOrganisationUnitRelation( mapOrganisationUnitRelationA );
+ mappingService.addMapOrganisationUnitRelation( mapOrganisationUnitRelationB );
assertNotNull( mappingService.getMap( idA ) );
assertNotNull( mappingService.getMap( idB ) );
--
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.