Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: fba6e659 by Tony Chemit at 2022-06-10T12:29:49+02:00 [jgitflow-maven-plugin]updating poms for branch'release/9.0.4' with non-snapshot versions[skip ci] - - - - - d9c041a3 by Tony Chemit at 2022-06-10T12:42:29+02:00 fix surefire test - - - - - b0835b4e by Tony Chemit at 2022-06-10T13:15:32+02:00 [jgitflow-maven-plugin]merging 'release/9.0.4' into 'master' - - - - - a3cf148a by Tony Chemit at 2022-06-10T13:15:37+02:00 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts[skip ci] - - - - - 9c63027a by Tony Chemit at 2022-06-10T13:15:38+02:00 [jgitflow-maven-plugin]merging 'master' into 'develop' - - - - - 29613776 by Tony Chemit at 2022-06-10T13:15:39+02:00 [jgitflow-maven-plugin]Updating develop poms back to pre merge state[skip ci] - - - - - 2 changed files: - core/persistence/test/src/test/java/fr/ird/observe/persistence/avdth/referential/AvdthReferentialBuilderTest.java - core/persistence/test/src/test/java/fr/ird/observe/persistence/avdth/referential/AvdthWeightCategoryBuilderTest.java Changes: ===================================== core/persistence/test/src/test/java/fr/ird/observe/persistence/avdth/referential/AvdthReferentialBuilderTest.java ===================================== @@ -56,6 +56,7 @@ import java.sql.SQLException; @DatabaseVersionConfiguration(ObserveTestConfiguration.MODEL_VERSION) @DatabaseLoginConfiguration @DatabasePasswordConfiguration(ObserveTestConfiguration.H2_PASSWORD) +@DatabaseNameConfiguration(DatabaseName.referential) public class AvdthReferentialBuilderTest extends TestSupportWithConfig { @ClassRule @@ -65,7 +66,6 @@ public class AvdthReferentialBuilderTest extends TestSupportWithConfig { public static final PersistenceTestMethodResourceRead localTestMethodResource = new PersistenceTestMethodResourceRead(IGNORE.isIgnore()); @Test - @DatabaseNameConfiguration(DatabaseName.referential) public void build() throws SQLException, IOException { Path avdthFile = AvdthFixtures.getAvdthCachePath() .resolve("OA") ===================================== core/persistence/test/src/test/java/fr/ird/observe/persistence/avdth/referential/AvdthWeightCategoryBuilderTest.java ===================================== @@ -55,6 +55,7 @@ import java.sql.SQLException; @DatabaseVersionConfiguration(ObserveTestConfiguration.MODEL_VERSION) @DatabaseLoginConfiguration @DatabasePasswordConfiguration(ObserveTestConfiguration.H2_PASSWORD) +@DatabaseNameConfiguration(DatabaseName.referential) public class AvdthWeightCategoryBuilderTest extends TestSupportWithConfig { @ClassRule @@ -64,7 +65,6 @@ public class AvdthWeightCategoryBuilderTest extends TestSupportWithConfig { public static final PersistenceTestMethodResourceRead localTestMethodResource = new PersistenceTestMethodResourceRead(IGNORE.isIgnore()); @Test - @DatabaseNameConfiguration(DatabaseName.referential) public void build() throws SQLException, IOException { Path avdthFile = AvdthFixtures.getAvdthCachePath() .resolve("avdth-gen-35_74.mdb"); View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/compare/554fe4ad29a118b90b150a92c... -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/compare/554fe4ad29a118b90b150a92c... You're receiving this email because of your account on gitlab.com.