Skip to content

Commit 893e436

Browse files
authored
Upgrade sonar-lits-plugin to 0.10.0.2181 (#1053)
1 parent 5c084c0 commit 893e436

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

its/ruling/src/test/java/org/sonar/python/it/PythonRulingTest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public class PythonRulingTest {
4444
public static final Orchestrator ORCHESTRATOR = Orchestrator.builderEnv()
4545
.setSonarVersion(System.getProperty(SQ_VERSION_PROPERTY, DEFAULT_SQ_VERSION))
4646
.addPlugin(FileLocation.byWildcardMavenFilename(new File("../../sonar-python-plugin/target"), "sonar-python-plugin-*.jar"))
47-
.addPlugin(MavenLocation.of("org.sonarsource.sonar-lits-plugin", "sonar-lits-plugin", "0.8.0.1209"))
47+
.addPlugin(MavenLocation.of("org.sonarsource.sonar-lits-plugin", "sonar-lits-plugin", "0.10.0.2181"))
4848
.build();
4949

5050
@BeforeClass
@@ -68,10 +68,10 @@ public void test() throws Exception {
6868
.setLanguage("py")
6969
.setSourceEncoding("UTF-8")
7070
.setSourceDirs(".")
71-
.setProperty("dump.old", FileLocation.of("src/test/resources/expected").getFile().getAbsolutePath())
72-
.setProperty("dump.new", FileLocation.of("target/actual").getFile().getAbsolutePath())
71+
.setProperty("sonar.lits.dump.old", FileLocation.of("src/test/resources/expected").getFile().getAbsolutePath())
72+
.setProperty("sonar.lits.dump.new", FileLocation.of("target/actual").getFile().getAbsolutePath())
7373
.setProperty("sonar.cpd.exclusions", "**/*")
74-
.setProperty("lits.differences", litsDifferencesFile.getAbsolutePath())
74+
.setProperty("sonar.lits.differences", litsDifferencesFile.getAbsolutePath())
7575
.setProperty("sonar.internal.analysis.failFast", "true")
7676
.setEnvironmentVariable("SONAR_RUNNER_OPTS", "-Xmx2000m");
7777
ORCHESTRATOR.executeBuild(build);

0 commit comments

Comments
 (0)