diff options
Diffstat (limited to 'sonar-batch/src/test/resources')
-rw-r--r-- | sonar-batch/src/test/resources/org/sonar/batch/scan/report/JSONReportTest/report.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sonar-batch/src/test/resources/org/sonar/batch/scan/report/JSONReportTest/report.json b/sonar-batch/src/test/resources/org/sonar/batch/scan/report/JSONReportTest/report.json index d05703e5d30..a33e06342fa 100644 --- a/sonar-batch/src/test/resources/org/sonar/batch/scan/report/JSONReportTest/report.json +++ b/sonar-batch/src/test/resources/org/sonar/batch/scan/report/JSONReportTest/report.json @@ -4,6 +4,7 @@ { "key": "200", "component": "struts:src/main/java/org/apache/struts/Action.java", + "line": 1, "startLine": 1, "startOffset": 3, "endLine": 2, @@ -15,7 +16,7 @@ "isNew": false, "assignee": "simon", "effortToFix": 3.14, - "creationDate": "2013-04-24T00:00:00+0200" + "creationDate": "${json-unit.ignore}" } ], "components": [ |