------------------------------------------------------------
revno: 4135
committer: Hieu <[email protected]>
branch nick: dhis2
timestamp: Thu 2011-07-14 10:37:43 +0700
message:
(GIS) Fixed unit test by disabling some setting when creating a MapLegendSet.
modified:
dhis-2/dhis-support/dhis-support-test/src/main/java/org/hisp/dhis/DhisConvenienceTest.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-support/dhis-support-test/src/main/java/org/hisp/dhis/DhisConvenienceTest.java'
--- dhis-2/dhis-support/dhis-support-test/src/main/java/org/hisp/dhis/DhisConvenienceTest.java 2011-07-04 04:21:39 +0000
+++ dhis-2/dhis-support/dhis-support-test/src/main/java/org/hisp/dhis/DhisConvenienceTest.java 2011-07-14 03:37:43 +0000
@@ -802,8 +802,8 @@
MapLegendSet legendSet = new MapLegendSet();
legendSet.setName( "MapLegendSet" + uniqueCharacter );
- legendSet.setColorLow( "ColorLow" + uniqueCharacter );
- legendSet.setColorHigh( "ColorHigh" + uniqueCharacter );
+ //legendSet.setColorLow( "ColorLow" + uniqueCharacter );
+ //legendSet.setColorHigh( "ColorHigh" + uniqueCharacter );
for ( Indicator indicator : indicators )
{
_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to : [email protected]
Unsubscribe : https://launchpad.net/~dhis2-devs
More help : https://help.launchpad.net/ListHelp