Skip to content

Commit

Permalink
controlled.authority.dc.relation is changed in the configuration by C…
Browse files Browse the repository at this point in the history
…LARIN so the test VersioningWithRelationshipsIT is failing because of that.
  • Loading branch information
milanmajchrak committed Jan 17, 2024
1 parent eb85e86 commit 70a182f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2162,7 +2162,7 @@ public void test_placeRecalculationAfterDelete_complex() throws Exception {
.build();

// metadata - person 3 & project 2
itemService.addMetadata(context, pe3_1, "dc", "relation", null, null, "project 2 (mdv)");
itemService.addMetadata(context, pe3_1, "dc", "relation", null, null, "project 2 (mdv)", "20000", 300);

// relationship - person 1 & project 3
RelationshipBuilder.createRelationshipBuilder(context, pe1_1, pr3_1, isProjectOfPerson)
Expand Down Expand Up @@ -2193,14 +2193,14 @@ public void test_placeRecalculationAfterDelete_complex() throws Exception {
.build();

// metadata - person 3 & project 4
itemService.addMetadata(context, pe3_1, "dc", "relation", null, null, "project 4 (mdv)");
itemService.addMetadata(context, pe3_1, "dc", "relation", null, null, "project 4 (mdv)" , "20000", 300);

// relationship - person 3 & project 5
RelationshipBuilder.createRelationshipBuilder(context, pe3_1, pr5_1, isProjectOfPerson)
.build();

// metadata - person 3 & project 6
itemService.addMetadata(context, pe3_1, "dc", "relation", null, null, "project 6 (mdv)");
itemService.addMetadata(context, pe3_1, "dc", "relation", null, null, "project 6 (mdv)" , "20000", 300);

// SUMMARY
//
Expand Down

0 comments on commit 70a182f

Please sign in to comment.