Browse Source

Drop test about warning on sources in non-leaf module

tags/2.9.0.670
Janos Gyerik 7 years ago
parent
commit
0976c9ff9c
1 changed files with 0 additions and 10 deletions
  1. 0
    10
      it/src/test/java/com/sonar/runner/it/MultimoduleTest.java

+ 0
- 10
it/src/test/java/com/sonar/runner/it/MultimoduleTest.java View File

@@ -94,16 +94,6 @@ public class MultimoduleTest extends ScannerTestCase {
assertThat(getComponent("simplest-with-props-each-module:overridden-key-for-module2").getName()).isEqualTo("Module 2");
}

/**
* SONARPLUGINS-2295
*/
@Test
public void test_warning_when_source_folder_on_root_module() {
SonarScanner build = newScanner(new File("projects/multi-module/simplest/simplest-with-props-on-each-module"));

assertThat(orchestrator.executeBuild(build).getLogs()).contains("/!\\ A multi-module project can't have source folders");
}

/**
* SONARPLUGINS-2202
*/

Loading…
Cancel
Save