dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #20902
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 9755: Minor
------------------------------------------------------------
revno: 9755
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2013-02-06 17:21:29 +0200
message:
Minor
modified:
dhis-2/dhis-services/dhis-service-reporting/src/test/java/org/hisp/dhis/interpretation/InterpretationServiceTest.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-reporting/src/test/java/org/hisp/dhis/interpretation/InterpretationServiceTest.java'
--- dhis-2/dhis-services/dhis-service-reporting/src/test/java/org/hisp/dhis/interpretation/InterpretationServiceTest.java 2013-01-16 13:25:48 +0000
+++ dhis-2/dhis-services/dhis-service-reporting/src/test/java/org/hisp/dhis/interpretation/InterpretationServiceTest.java 2013-02-06 15:21:29 +0000
@@ -82,9 +82,9 @@
chartA = new Chart( "ChartA" );
chartService.addChart( chartA );
- interpretationA = new Interpretation( chartA, "Interpration of chart A" );
- interpretationB = new Interpretation( chartA, "Interpration of chart B" );
- interpretationC = new Interpretation( chartA, "Interpration of chart C" );
+ interpretationA = new Interpretation( chartA, null, "Interpration of chart A" );
+ interpretationB = new Interpretation( chartA, null, "Interpration of chart B" );
+ interpretationC = new Interpretation( chartA, null, "Interpration of chart C" );
}
@Test