Enable execution of MeasureFilterExecutorTest on all the supported databases

This commit is contained in:
Simon Brandhof 2012-10-08 19:17:13 +02:00
parent b3e6b1168f
commit 2219bb8b44

View File

@ -171,6 +171,7 @@
<configuration>
<includes>
<include>org/sonar/core/**/*DaoTest.java</include>
<include>org/sonar/core/measure/MeasureFilterExecutorTest.java</include>
</includes>
</configuration>
</plugin>