aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/build.gradle
diff options
context:
space:
mode:
authorLéo Geoffroy <leo.geoffroy@sonarsource.com>2023-11-10 10:05:16 +0100
committersonartech <sonartech@sonarsource.com>2023-11-17 20:03:00 +0000
commitfcc198287c941c2a785fb6d335360f3bd775b09a (patch)
tree8364f7fe82f25f57406d68e0a026e6ed91803abb /server/sonar-db-dao/build.gradle
parent73847ed622327b13d9def3ca5a6f925f2f69e49a (diff)
downloadsonarqube-fcc198287c941c2a785fb6d335360f3bd775b09a.tar.gz
sonarqube-fcc198287c941c2a785fb6d335360f3bd775b09a.zip
SONAR-21002 Improve DB migration tests to use actual migration instead of schema.sql
Diffstat (limited to 'server/sonar-db-dao/build.gradle')
-rw-r--r--server/sonar-db-dao/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-db-dao/build.gradle b/server/sonar-db-dao/build.gradle
index d179a2dadbf..4c3b4bc0890 100644
--- a/server/sonar-db-dao/build.gradle
+++ b/server/sonar-db-dao/build.gradle
@@ -40,6 +40,7 @@ dependencies {
testRuntimeOnly 'org.postgresql:postgresql'
testFixturesApi testFixtures(project(':server:sonar-db-core'))
+ testFixturesApi testFixtures(project(':server:sonar-db-migration'))
testFixturesImplementation 'com.h2database:h2'