← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 708: Skipping OrgunitGroupSetPopulator in tests.

 

------------------------------------------------------------
revno: 708
committer: Lars Helge Oeverland larshelge@xxxxxxxxx
branch nick: trunk
timestamp: Mon 2009-09-14 19:26:26 +0200
message:
  Skipping OrgunitGroupSetPopulator in tests.
modified:
  dhis-2/dhis-services/dhis-service-organisationunit/src/main/resources/META-INF/dhis/beans.xml


--
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-organisationunit/src/main/resources/META-INF/dhis/beans.xml'
--- dhis-2/dhis-services/dhis-service-organisationunit/src/main/resources/META-INF/dhis/beans.xml	2009-09-07 15:15:36 +0000
+++ dhis-2/dhis-services/dhis-service-organisationunit/src/main/resources/META-INF/dhis/beans.xml	2009-09-14 17:26:26 +0000
@@ -48,6 +48,7 @@
     class="org.hisp.dhis.organisationunit.OrganisationUnitGroupSetPopulator">
     <property name="organisationUnitGroupService"
       ref="org.hisp.dhis.organisationunit.OrganisationUnitGroupService"/>
+    <property name="skipInTests" value="true"/>
   </bean>
   
   <bean class="org.springframework.beans.factory.config.MethodInvokingFactoryBean">