Skip to content

Commit

Permalink
Merge pull request #100 from BaseAdresseNationale/antoneludeau/add-in…
Browse files Browse the repository at this point in the history
…terop-key-in-bal-meta

Added clef_interop bal data to address and common toponym bal meta
  • Loading branch information
antoineludeau authored Sep 9, 2024
2 parents ab3d9a5 + 825a9d5 commit dc4effb
Show file tree
Hide file tree
Showing 5 changed files with 199 additions and 37 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ exports[`balAddrToBanAddr > should return BanAddress with BanID and BanTopoID 1`
"districtID": undefined,
"id": "aaaaaaaa-0000-4aaa-9000-1234567890aa",
"mainCommonToponymID": "bbbbbbbb-0000-4aaa-9000-1234567890bb",
"meta": {
"bal": {
"cleInterop": "21286_0001_00001",
},
},
"number": 1,
"positions": [
{
Expand All @@ -32,6 +37,11 @@ exports[`balAddrToBanAddr > should return BanAddress with BanID without BanTopoI
"districtID": undefined,
"id": "aaaaaaaa-0000-4aaa-9000-1234567890aa",
"mainCommonToponymID": undefined,
"meta": {
"bal": {
"cleInterop": "21286_0001_00001",
},
},
"number": 1,
"positions": [
{
Expand All @@ -56,6 +66,11 @@ exports[`balAddrToBanAddr > should return BanAddress with BanID, BanTopoID, othe
"districtID": "dddddddd-0000-4aaa-9000-1234567890ff",
"id": "aaaaaaaa-0000-4aaa-9000-1234567890aa",
"mainCommonToponymID": "bbbbbbbb-0000-4aaa-9000-1234567890bb",
"meta": {
"bal": {
"cleInterop": "21286_0001_00001",
},
},
"number": 1,
"positions": [
{
Expand Down Expand Up @@ -84,6 +99,11 @@ exports[`balAddrToBanAddr > should return BanAddress with BanTopoID 1`] = `
"districtID": undefined,
"id": undefined,
"mainCommonToponymID": "bbbbbbbb-0000-4aaa-9000-1234567890bb",
"meta": {
"bal": {
"cleInterop": "21286_0001_00001",
},
},
"number": 1,
"positions": [
{
Expand All @@ -108,6 +128,11 @@ exports[`balAddrToBanAddr > should return BanAddress with multiple positions 1`]
"districtID": "dddddddd-0000-4aaa-9000-1234567890ff",
"id": "aaaaaaaa-0000-4aaa-9000-1234567890aa",
"mainCommonToponymID": "bbbbbbbb-0000-4aaa-9000-1234567890bb",
"meta": {
"bal": {
"cleInterop": "21286_0001_00001",
},
},
"number": 1,
"positions": [
{
Expand Down Expand Up @@ -146,6 +171,11 @@ exports[`balAddrToBanAddr > should return BanAddress without BanID & BanTopoID 1
"districtID": undefined,
"id": undefined,
"mainCommonToponymID": undefined,
"meta": {
"bal": {
"cleInterop": "21286_0001_00001",
},
},
"number": 1,
"positions": [
{
Expand Down
Loading

0 comments on commit dc4effb

Please sign in to comment.