dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #35735
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 18291: minor fix
------------------------------------------------------------
revno: 18291
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2015-02-17 15:00:44 +0700
message:
minor fix
modified:
dhis-2/dhis-services/dhis-service-core/src/test/java/org/hisp/dhis/common/IdentifiableObjectManagerTest.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-core/src/test/java/org/hisp/dhis/common/IdentifiableObjectManagerTest.java'
--- dhis-2/dhis-services/dhis-service-core/src/test/java/org/hisp/dhis/common/IdentifiableObjectManagerTest.java 2015-02-17 05:01:28 +0000
+++ dhis-2/dhis-services/dhis-service-core/src/test/java/org/hisp/dhis/common/IdentifiableObjectManagerTest.java 2015-02-17 08:00:44 +0000
@@ -586,6 +586,7 @@
identifiableObjectManager.save( dataElementD );
Property property = new Property( DataElement.class, null, null );
+ property.setSimple( true );
property.setPersisted( true );
property.setFieldName( "name" );
@@ -616,6 +617,7 @@
identifiableObjectManager.save( dataElementD );
Property property = new Property( DataElement.class, null, null );
+ property.setSimple( true );
property.setPersisted( true );
property.setFieldName( "name" );