]> source.dussan.org Git - sonarqube.git/commit
SONAR-4490 When creating the H2 db, selected issues should be the unresolved ones...
authorJulien Lancelot <julien.lancelot@gmail.com>
Thu, 11 Jul 2013 07:49:48 +0000 (09:49 +0200)
committerJulien Lancelot <julien.lancelot@gmail.com>
Thu, 11 Jul 2013 07:49:48 +0000 (09:49 +0200)
commit28287efade86c3b7ada5d38481c0b6b644fe6c0a
treec2cd864a682cb89a3c4d5395ed807a449ffd42de
parent47cf9043f781508ab1c69a88a7a5fdca21cf10a7
SONAR-4490 When creating the H2 db, selected issues should be the unresolved ones and not ones with status != CLOSED
sonar-core/src/main/java/org/sonar/core/persistence/DryRunDatabaseFactory.java
sonar-core/src/test/java/org/sonar/core/persistence/DryRunDatabaseFactoryTest.java
sonar-core/src/test/resources/org/sonar/core/persistence/DryRunDatabaseFactoryTest/should_create_database_with_issues.xml
sonar-core/src/test/resources/org/sonar/core/persistence/DryRunDatabaseFactoryTest/should_create_database_with_unresolved_issues.xml [new file with mode: 0644]