diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-02-22 15:23:16 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-02-22 15:23:32 +0100 |
commit | 03ff208f8cf5b32b0efb03ec748c2c8cd835a722 (patch) | |
tree | b9ae93754ef669716b851598f2ba657fe2b4ef4c /sonar-core/pom.xml | |
parent | ce74d49343ac3e36ab29a26288782c86a8bf70f4 (diff) | |
download | sonarqube-03ff208f8cf5b32b0efb03ec748c2c8cd835a722.tar.gz sonarqube-03ff208f8cf5b32b0efb03ec748c2c8cd835a722.zip |
Execute all the tests of sonar-core in database integration tests
Diffstat (limited to 'sonar-core/pom.xml')
-rw-r--r-- | sonar-core/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml index 0fc37856b97..c79c7374d7b 100644 --- a/sonar-core/pom.xml +++ b/sonar-core/pom.xml @@ -196,11 +196,6 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> - <includes> - <include>org/sonar/core/persistence/DryRunDatabaseFactoryTest.java</include> - <include>org/sonar/core/**/*DaoTest.java</include> - <include>org/sonar/core/measure/MeasureFilterExecutorTest.java</include> - </includes> <systemPropertyVariables> <orchestrator.configUrl>${orchestrator.configUrl}</orchestrator.configUrl> </systemPropertyVariables> |