File tree Expand file tree Collapse file tree
plugin/src/test/java/com/sonar/python/it/plugin Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,14 +55,14 @@ public void missing_report() throws Exception {
5555 @ Test
5656 public void invalid_report () throws Exception {
5757 BuildResult result = analyseProjectWithReport ("invalid.txt" );
58- assertThat (result .getLogs ()).contains ("DEBUG - Cannot parse the line: trash" );
58+ assertThat (result .getLogs ()).contains ("Cannot parse the line: trash" );
5959 assertThat (issues ()).hasSize (0 );
6060 }
6161
6262 @ Test
6363 public void unknown_rule () throws Exception {
6464 BuildResult result = analyseProjectWithReport ("rule-unknown.txt" );
65- assertThat (result .getLogs ()).contains ("WARN - Pylint rule 'C9999' is unknown" );
65+ assertThat (result .getLogs ()).contains ("Pylint rule 'C9999' is unknown" );
6666 assertThat (issues ()).hasSize (0 );
6767 }
6868
Original file line number Diff line number Diff line change 3434 <groupId >org.assertj</groupId >
3535 <artifactId >assertj-core</artifactId >
3636 </dependency >
37+ <dependency >
38+ <groupId >com.google.guava</groupId >
39+ <artifactId >guava</artifactId >
40+ <scope >test</scope >
41+ </dependency >
3742 </dependencies >
3843
3944</project >
Original file line number Diff line number Diff line change 8888 <mockito .version>1.10.19</mockito .version>
8989 <slf4j .version>1.7.21</slf4j .version>
9090 <sonar .version>6.2</sonar .version>
91- <sonar .orchestrator.version>3.14.0.887 </sonar .orchestrator.version>
91+ <sonar .orchestrator.version>3.15.2.1322 </sonar .orchestrator.version>
9292 <sonarlint-core .version>2.4.1</sonarlint-core .version>
9393 <sslr .version>1.22</sslr .version>
9494 <sslr .xpath.version>1.22</sslr .xpath.version>
You can’t perform that action at this time.
0 commit comments