diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-05-10 09:30:38 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-05-14 20:20:48 +0200 |
commit | 63aceccdf96f609ec3958035affb09dc857db5ff (patch) | |
tree | 6929a68e8e4407125f4e1fe40281297f82441150 /tests | |
parent | bab3c7d6847c723bd3f0cacd4ef4b0cb3099947d (diff) | |
download | sonarqube-63aceccdf96f609ec3958035affb09dc857db5ff.tar.gz sonarqube-63aceccdf96f609ec3958035affb09dc857db5ff.zip |
Upgrade various libraries
Diffstat (limited to 'tests')
3 files changed, 27 insertions, 27 deletions
diff --git a/tests/build.gradle b/tests/build.gradle index 1d9605e8593..9fa0ac5763f 100644 --- a/tests/build.gradle +++ b/tests/build.gradle @@ -62,7 +62,7 @@ dependencies { testCompile 'org.eclipse.jetty:jetty-servlet' testCompile "org.jboss.byteman:byteman-submit:${bytemanVersion}" testCompile 'org.postgresql:postgresql' - testCompile 'org.skyscreamer:jsonassert:1.2.0' + testCompile 'org.skyscreamer:jsonassert:1.5.0' testCompile 'org.sonarsource.orchestrator:sonar-orchestrator' testCompile 'org.subethamail:subethasmtp' testCompile project(':server:sonar-qa-util') diff --git a/tests/src/test/resources/test/CoverageTest/unit_test_coverage-expected.json b/tests/src/test/resources/test/CoverageTest/unit_test_coverage-expected.json index c2f25a610a9..5a6eee1619c 100644 --- a/tests/src/test/resources/test/CoverageTest/unit_test_coverage-expected.json +++ b/tests/src/test/resources/test/CoverageTest/unit_test_coverage-expected.json @@ -2,23 +2,23 @@ "sources":[ { "line": 1, - "code": "package sample;", + "code": "package sample;" }, { "line": 2, - "code": "", + "code": "" }, { "line": 3, - "code": "public class Sample {", + "code": "public class Sample {" }, { "line": 4, - "code": "\t", + "code": "\t" }, { "line": 5, - "code": "\tpublic Sample(int i) {", + "code": "\tpublic Sample(int i) {" }, { "line": 6, @@ -28,15 +28,15 @@ }, { "line": 7, - "code": "\t}", + "code": "\t}" }, { "line": 8, - "code": "\t", + "code": "\t" }, { "line": 9, - "code": "\tprivate String myMethod() {", + "code": "\tprivate String myMethod() {" }, { "line": 10, @@ -56,7 +56,7 @@ }, { "line": 12, - "code": "\t\t} else {", + "code": "\t\t} else {" }, { "line": 13, @@ -66,19 +66,19 @@ }, { "line": 14, - "code": "\t\t}", + "code": "\t\t}" }, { "line": 15, - "code": "\t}", + "code": "\t}" }, { "line": 16, - "code": "}", + "code": "}" }, { "line": 17, - "code": "", + "code": "" } ] } diff --git a/tests/src/test/resources/test/CoverageTest/unit_test_coverage_no_condition-expected.json b/tests/src/test/resources/test/CoverageTest/unit_test_coverage_no_condition-expected.json index aabf73102ff..21a92e29365 100644 --- a/tests/src/test/resources/test/CoverageTest/unit_test_coverage_no_condition-expected.json +++ b/tests/src/test/resources/test/CoverageTest/unit_test_coverage_no_condition-expected.json @@ -2,23 +2,23 @@ "sources": [ { "line": 1, - "code": "package sample;", + "code": "package sample;" }, { "line": 2, - "code": "", + "code": "" }, { "line": 3, - "code": "public class Sample {", + "code": "public class Sample {" }, { "line": 4, - "code": "\t", + "code": "\t" }, { "line": 5, - "code": "\tpublic Sample(int i) {", + "code": "\tpublic Sample(int i) {" }, { "line": 6, @@ -28,15 +28,15 @@ }, { "line": 7, - "code": "\t}", + "code": "\t}" }, { "line": 8, - "code": "\t", + "code": "\t" }, { "line": 9, - "code": "\tprivate String myMethod() {", + "code": "\tprivate String myMethod() {" }, { "line": 10, @@ -52,7 +52,7 @@ }, { "line": 12, - "code": "\t\t} else {", + "code": "\t\t} else {" }, { "line": 13, @@ -62,19 +62,19 @@ }, { "line": 14, - "code": "\t\t}", + "code": "\t\t}" }, { "line": 15, - "code": "\t}", + "code": "\t}" }, { "line": 16, - "code": "}", + "code": "}" }, { "line": 17, - "code": "", + "code": "" } ] } |