Browse Source

Fix ITs

tags/2.8
Duarte Meneses 7 years ago
parent
commit
7df3e2db37

+ 0
- 0
it/projects/java-sample-no-properties/.sonar/.sonar_lock View File


+ 0
- 5
it/projects/java-sample-no-properties/.sonar/report-task.txt View File

@@ -1,5 +0,0 @@
projectKey=java:sample
serverUrl=http://localhost:33151
dashboardUrl=http://localhost:33151/dashboard/index/java:sample
ceTaskId=AVZQO0KqHsi6TBOtG5xl
ceTaskUrl=http://localhost:33151/api/ce/task?id=AVZQO0KqHsi6TBOtG5xl

+ 1
- 1
it/src/test/java/com/sonar/runner/it/JavaTest.java View File

@@ -178,7 +178,7 @@ public class JavaTest extends ScannerTestCase {
BuildResult result = orchestrator.executeBuildQuietly(build);
assertThat(result.getStatus()).isNotEqualTo(0);
// with the following message
assertThat(result.getLogs()).contains("The folder 'bad' does not exist for 'bad-source-dirs'");
assertThat(result.getLogs()).contains("Invalid value of sonar.rouces for bad-sources-dirs");
}

/**

Loading…
Cancel
Save