Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe
Commits:
-
fba6e659
by Tony Chemit at 2022-06-10T12:29:49+02:00
-
d9c041a3
by Tony Chemit at 2022-06-10T12:42:29+02:00
-
b0835b4e
by Tony Chemit at 2022-06-10T13:15:32+02:00
-
a3cf148a
by Tony Chemit at 2022-06-10T13:15:37+02:00
-
9c63027a
by Tony Chemit at 2022-06-10T13:15:38+02:00
-
29613776
by Tony Chemit at 2022-06-10T13:15:39+02:00
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:
| ... | ... | @@ -56,6 +56,7 @@ import java.sql.SQLException; |
| 56 | 56 | @DatabaseVersionConfiguration(ObserveTestConfiguration.MODEL_VERSION)
|
| 57 | 57 | @DatabaseLoginConfiguration
|
| 58 | 58 | @DatabasePasswordConfiguration(ObserveTestConfiguration.H2_PASSWORD)
|
| 59 | +@DatabaseNameConfiguration(DatabaseName.referential)
|
|
| 59 | 60 | public class AvdthReferentialBuilderTest extends TestSupportWithConfig {
|
| 60 | 61 | |
| 61 | 62 | @ClassRule
|
| ... | ... | @@ -65,7 +66,6 @@ public class AvdthReferentialBuilderTest extends TestSupportWithConfig { |
| 65 | 66 | public static final PersistenceTestMethodResourceRead localTestMethodResource = new PersistenceTestMethodResourceRead(IGNORE.isIgnore());
|
| 66 | 67 | |
| 67 | 68 | @Test
|
| 68 | - @DatabaseNameConfiguration(DatabaseName.referential)
|
|
| 69 | 69 | public void build() throws SQLException, IOException {
|
| 70 | 70 | Path avdthFile = AvdthFixtures.getAvdthCachePath()
|
| 71 | 71 | .resolve("OA")
|
| ... | ... | @@ -55,6 +55,7 @@ import java.sql.SQLException; |
| 55 | 55 | @DatabaseVersionConfiguration(ObserveTestConfiguration.MODEL_VERSION)
|
| 56 | 56 | @DatabaseLoginConfiguration
|
| 57 | 57 | @DatabasePasswordConfiguration(ObserveTestConfiguration.H2_PASSWORD)
|
| 58 | +@DatabaseNameConfiguration(DatabaseName.referential)
|
|
| 58 | 59 | public class AvdthWeightCategoryBuilderTest extends TestSupportWithConfig {
|
| 59 | 60 | |
| 60 | 61 | @ClassRule
|
| ... | ... | @@ -64,7 +65,6 @@ public class AvdthWeightCategoryBuilderTest extends TestSupportWithConfig { |
| 64 | 65 | public static final PersistenceTestMethodResourceRead localTestMethodResource = new PersistenceTestMethodResourceRead(IGNORE.isIgnore());
|
| 65 | 66 | |
| 66 | 67 | @Test
|
| 67 | - @DatabaseNameConfiguration(DatabaseName.referential)
|
|
| 68 | 68 | public void build() throws SQLException, IOException {
|
| 69 | 69 | Path avdthFile = AvdthFixtures.getAvdthCachePath()
|
| 70 | 70 | .resolve("avdth-gen-35_74.mdb");
|