diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2012-10-08 19:17:13 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2012-10-08 19:17:13 +0200 |
commit | 2219bb8b44cec98673308568b4e883203dd59ced (patch) | |
tree | 3b922c88554d6b1172a65a38e1913f2f2c486674 /sonar-core | |
parent | b3e6b1168fc4b06768529125fa14a12a5e4e9257 (diff) | |
download | sonarqube-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.xml | 1 |
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> |