Browse Source

Enable execution of MeasureFilterExecutorTest on all the supported databases

tags/3.3
Simon Brandhof 11 years ago
parent
commit
2219bb8b44
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      sonar-core/pom.xml

+ 1
- 0
sonar-core/pom.xml 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>

Loading…
Cancel
Save