Skip to content

Commit

Permalink
Fix SDMX LEGAL_POP_CUBE id
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoLaval committed Jan 20, 2025
1 parent 466ea32 commit 5838b85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion vtl-sdmx/src/test/java/fr/insee/vtl/BPETest.java
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public void bpeV1() throws ScriptException {
assertThat(checkNutsTypes.getDataPoints()).isEmpty();

// Step 6
Structured.DataStructure censusStructure = TrevasSDMXUtils.buildStructureFromSDMX3("src/test/resources/DSD_BPE_CENSUS.xml", "LEGAL_POP");
Structured.DataStructure censusStructure = TrevasSDMXUtils.buildStructureFromSDMX3("src/test/resources/DSD_BPE_CENSUS.xml", "LEGAL_POP_CUBE");

SparkDataset censusNuts = new SparkDataset(
spark.read()
Expand Down
4 changes: 2 additions & 2 deletions vtl-sdmx/src/test/resources/DSD_BPE_CENSUS.xml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
<str:DataStructure urn="urn:sdmx:org.sdmx.infomodel.datastructure.DataStructure=FR1:LEGAL_POP_CUBE(1.0)"
isExternalReference="false"
agencyID="FR1"
id="LEGAL_POP"
id="LEGAL_POP_CUBE"
version="1.0">
<com:Name xml:lang="en">Cube populations légales</com:Name>
<str:DataStructureComponents>
Expand Down Expand Up @@ -321,7 +321,7 @@
<com:Name xml:lang="en">Dataflow for BPE_DETAIL</com:Name>
<str:Structure>urn:sdmx:org.sdmx.infomodel.datastructure.DataStructure=FR1:BPE_DETAIL(1.0)</str:Structure>
</str:Dataflow>
<str:Dataflow urn="urn:sdmx:org.sdmx.infomodel.datastructure.Dataflow=FR1:LEGAL_POP_CUBE(1.0)" agencyID="FR1" id="LEGAL_POP" version="1.0">
<str:Dataflow urn="urn:sdmx:org.sdmx.infomodel.datastructure.Dataflow=FR1:LEGAL_POP_CUBE(1.0)" agencyID="FR1" id="LEGAL_POP_CUBE" version="1.0">
<com:Name xml:lang="en">Dataflow for BPE_CENSUS</com:Name>
<str:Structure>urn:sdmx:org.sdmx.infomodel.datastructure.DataStructure=FR1:LEGAL_POP(1.0)</str:Structure>
</str:Dataflow>
Expand Down

0 comments on commit 5838b85

Please sign in to comment.