aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-02-22 15:23:16 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2013-02-22 15:23:32 +0100
commit03ff208f8cf5b32b0efb03ec748c2c8cd835a722 (patch)
treeb9ae93754ef669716b851598f2ba657fe2b4ef4c /sonar-core/pom.xml
parentce74d49343ac3e36ab29a26288782c86a8bf70f4 (diff)
downloadsonarqube-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.xml5
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>