Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe

Commits:

2 changed files:

Changes:

  • core/persistence/test/src/test/java/fr/ird/observe/persistence/avdth/referential/AvdthReferentialBuilderTest.java
    ... ... @@ -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")
    

  • core/persistence/test/src/test/java/fr/ird/observe/persistence/avdth/referential/AvdthWeightCategoryBuilderTest.java
    ... ... @@ -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");