=== 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