aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2012-10-08 19:17:13 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2012-10-08 19:17:13 +0200
commit2219bb8b44cec98673308568b4e883203dd59ced (patch)
tree3b922c88554d6b1172a65a38e1913f2f2c486674 /sonar-core
parentb3e6b1168fc4b06768529125fa14a12a5e4e9257 (diff)
downloadsonarqube-2219bb8b44cec98673308568b4e883203dd59ced.tar.gz
sonarqube-2219bb8b44cec98673308568b4e883203dd59ced.zip
Enable execution of MeasureFilterExecutorTest on all the supported databases
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml
index e4521c2c53f..b54ae40570b 100644
--- a/sonar-core/pom.xml
+++ b/sonar-core/pom.xml
@@ -171,6 +171,7 @@
<configuration>
<includes>
<include>org/sonar/core/**/*DaoTest.java</include>
+ <include>org/sonar/core/measure/MeasureFilterExecutorTest.java</include>
</includes>
</configuration>
</plugin>