[Git][ultreiaio/ird-observe][feature/issue_2959] Update tests fixtures
Tony CHEMIT pushed to branch feature/issue_2959 at ultreiaio / ird-observe Commits: 2bca2b11 by Tony Chemit at 2024-12-11T11:43:57+01:00 Update tests fixtures - - - - - 3 changed files: - core/persistence/test/src/test/resources/fixtures/persistence/table_count/referential.properties - core/services/test/src/main/resources/fixtures/fr/ird/observe/services/service/ValidateService-referentialResult-ps-default.json - model/src/main/resources/fixtures/global.properties Changes: ===================================== core/persistence/test/src/test/resources/fixtures/persistence/table_count/referential.properties ===================================== @@ -95,7 +95,7 @@ ps_common.transmittingBuoyType=62 ps_common.vesselActivity=39 ps_common.weightCategory=137 ps_landing.destination=30 -ps_landing.fate=2 +ps_landing.fate=4 ps_localmarket.batchComposition=3 ps_localmarket.batchWeightType=4 ps_localmarket.packaging=53 ===================================== core/services/test/src/main/resources/fixtures/fr/ird/observe/services/service/ValidateService-referentialResult-ps-default.json ===================================== @@ -13483,6 +13483,38 @@ } ] }, + { + "datum": { + "text": "3##Vendu sur le marché local", + "type": "fr.ird.observe.dto.referential.ps.landing.FateDto", + "id": "fr.ird.referential.ps.landing.Fate#1714114980513#0.3095970028802679", + "topiaVersion": 0, + "lastUpdateDate": "2024-04-26T11:03:00.513Z" + }, + "messages": [ + { + "fieldName": "uri", + "scope": "WARNING", + "message": "Le champ n'est pas renseigné." + } + ] + }, + { + "datum": { + "text": "4##Transbordé (conteneur ou cargo)", + "type": "fr.ird.observe.dto.referential.ps.landing.FateDto", + "id": "fr.ird.referential.ps.landing.Fate#1714115075625#0.4347800278392995", + "topiaVersion": 0, + "lastUpdateDate": "2024-04-26T11:04:35.625Z" + }, + "messages": [ + { + "fieldName": "uri", + "scope": "WARNING", + "message": "Le champ n'est pas renseigné." + } + ] + }, { "datum": { "text": "1##Multi spécifique (sondage)", ===================================== model/src/main/resources/fixtures/global.properties ===================================== @@ -25,4 +25,4 @@ REFERENCE_DATA_COUNT=68 ENTITIES_LIMIT_SIZE=100 # fr.ird.observe.services.service.referential.ReferentialService # fr.ird.observe.services.local.service.referential.DifferentialModelTest -REFERENTIAL_COUNT=4391 +REFERENTIAL_COUNT=4393 View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/2bca2b11d357233f4fcf2b97d8... -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/2bca2b11d357233f4fcf2b97d8... You're receiving this email because of your account on gitlab.com.
participants (1)
-
Tony CHEMIT (@tchemit)