]> source.dussan.org Git - sonarqube.git/commit
Fix compatibility of tests with mysql and postgresql
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Thu, 22 Jan 2015 14:07:02 +0000 (15:07 +0100)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Thu, 22 Jan 2015 14:07:13 +0000 (15:07 +0100)
commit7039474b055f0d2a7d37f7f2c45c1542c608aaee
tree9d827f98410ff25e5147031d23fee3126f6a206a
parent8446f5652a6bd0977b7a6c9b681e7af4d3ec0a74
Fix compatibility of tests with mysql and postgresql

The schema used by dbunit is badly set. It should not be the db login on mysql and postgresql.
sonar-core/src/test/java/org/sonar/core/persistence/AbstractDaoTestCase.java
sonar-core/src/test/java/org/sonar/core/persistence/DatabaseCommands.java
sonar-core/src/test/java/org/sonar/core/persistence/DbTester.java