@@ -44,7 +44,7 @@ public class PythonRulingTest {
44
44
public static final Orchestrator ORCHESTRATOR = Orchestrator .builderEnv ()
45
45
.setSonarVersion (System .getProperty (SQ_VERSION_PROPERTY , DEFAULT_SQ_VERSION ))
46
46
.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 " ))
48
48
.build ();
49
49
50
50
@ BeforeClass
@@ -68,10 +68,10 @@ public void test() throws Exception {
68
68
.setLanguage ("py" )
69
69
.setSourceEncoding ("UTF-8" )
70
70
.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 ())
73
73
.setProperty ("sonar.cpd.exclusions" , "**/*" )
74
- .setProperty ("lits.differences" , litsDifferencesFile .getAbsolutePath ())
74
+ .setProperty ("sonar. lits.differences" , litsDifferencesFile .getAbsolutePath ())
75
75
.setProperty ("sonar.internal.analysis.failFast" , "true" )
76
76
.setEnvironmentVariable ("SONAR_RUNNER_OPTS" , "-Xmx2000m" );
77
77
ORCHESTRATOR .executeBuild (build );
0 commit comments