Skip to content

Commit

Permalink
bug: xxx fix test data set v14
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-lcapellino committed Jul 31, 2024
1 parent 3189a12 commit c721bc4
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1987,11 +1987,11 @@
"quantityNumber" : 2.5,
"measurementUnit" : "unit:litre"
},
"businessPartner" : "BPNL000000000UKM",
"createdOn" : "2022-02-14T14:48:54.709Z",
"lastModifiedOn" : "2022-02-03T14:48:54.709Z"
}
],
"businessPartner" : "BPNL000000000UKM",
"catenaXId" : "urn:uuid:07cb071f-8716-45fe-89f1-f2f77a1ce93b"
}
]
Expand Down
23 changes: 1 addition & 22 deletions tx-backend/testdata/CX_Testdata_MessagingTest_v0.0.14.json
Original file line number Diff line number Diff line change
Expand Up @@ -1340,27 +1340,6 @@
]
}
],
"urn:samm:io.catenax.single_level_bom_as_planned:3.0.0#SingleLevelBomAsPlanned" : [
{
"catenaXId" : "urn:uuid:aad27ddb-43aa-4e42-98c2-01e529ef127c",
"childItems" : [
{
"validityPeriod" : {
"validFrom" : "2023-03-21T08:17:29.187+01:00",
"validTo" : "2024-07-01T16:10:00.000+01:00"
},
"catenaXId" : "urn:uuid:e5c96ab5-896a-482c-8761-efd74777ca97",
"quantity" : {
"value" : 1,
"unit" : "unit:piece"
},
"businessPartner" : "BPNL00000003CML1",
"createdOn" : "2022-10-03T14:48:54.709Z",
"lastModifiedOn" : "2022-02-03T14:48:54.709Z"
}
]
}
],
"urn:samm:io.catenax.single_level_usage_as_planned:1.1.0#SingleLevelUsageAsPlanned" : [
{
"parentParts" : [
Expand Down Expand Up @@ -1987,11 +1966,11 @@
"quantityNumber" : 2.5,
"measurementUnit" : "unit:litre"
},
"businessPartner" : "BPNL00000003CML1",
"createdOn" : "2022-02-14T14:48:54.709Z",
"lastModifiedOn" : "2022-02-03T14:48:54.709Z"
}
],
"businessPartner" : "BPNL00000003CML1",
"catenaXId" : "urn:uuid:07cb071f-8716-45fe-89f1-f2f77a1ce93b"
}
]
Expand Down
22 changes: 22 additions & 0 deletions tx-backend/testdata/import-test-data-0UKM_v0.0.14.json
Original file line number Diff line number Diff line change
Expand Up @@ -971,6 +971,28 @@
}
]
}
},
{
"aspectType" : "urn:samm:io.catenax.single_level_usage_as_planned:1.1.0#SingleLevelUsageAsPlanned",
"payload" : {
"catenaXId" : "urn:uuid:3cdd2826-5df0-4c7b-b540-9eeccecb2301",
"businessPartner" : "BPNL000000000DWF",
"parentParts" : [
{
"validityPeriod" : {
"validFrom" : "2023-03-21T08:17:29.187+01:00",
"validTo" : "2024-07-01T16:10:00.000+01:00"
},
"parentCatenaXId" : "urn:uuid:07cb071f-8716-45fe-89f1-f2f77a1ce93b",
"quantity" : {
"value" : 1,
"unit" : "unit:litre"
},
"createdOn" : "2022-02-13T14:48:54.709Z",
"lastModifiedOn" : "2022-02-03T14:48:54.709Z"
}
]
}
}
]
},
Expand Down

0 comments on commit c721bc4

Please sign in to comment.