Skip to content

Commit

Permalink
https://jira.catena-x.net/browse/KA-269 Complete Extended Traceabilit…
Browse files Browse the repository at this point in the history
…y Mapping (with a few ontological glitches)
  • Loading branch information
drcgjung committed Feb 28, 2023
1 parent 3bd76ed commit ba69e54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/src/main/javascript/testdata.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ for(twinId in testObjects) {

/* manipulate test data */
plainObject['BPN_TIER_D']='BPNL00000003CPIY';
plainObject['BPN_SUB_TIER_D']='BPNL00000003CQI9';
plainObject['BPN_SUB_TIER_D']='BPNL00000007OR16';
plainObject['BPN_N_TIER_D']='BPNL00000003COJN';
plainObject['BPN_TIER_D_SITE_A']='BPNS00000003CPIY';
plainObject['BPN_SUB_TIER_D_SITE_A']='BPNS00000003CQI9';
plainObject['BPN_SUB_TIER_D_SITE_A']='BPNS0000000002XY';
plainObject['BPN_N_TIER_D_SITE_A']='BPNS00000003COJN';

for(var id in twins){
Expand Down Expand Up @@ -256,7 +256,7 @@ for(var id in twins){
testObjects.push(twins[id]);
}

for(let i = 0; i < 50; i++) {
for(let i = 0; i < 0; i++) {
var clones={};
for(var id in twins) {
clones[id]=`urn:uuid:${JG.guid()}`;
Expand Down

0 comments on commit ba69e54

Please sign in to comment.