Skip to content

Commit

Permalink
Adapt tests to resourceRef resolution disablement
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Dec 27, 2019
1 parent 39752b6 commit 23c3ae7
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -1104,7 +1104,10 @@ public void test130PreviewModifyUserJackAssignAccount() throws Exception {
// TODO: assert context
// TODO: assert context

assertResolvedResourceRefs(modelContext);
// We (temporarily?) turned off resource ref resolution during preview operation.
// It complicated things regarding objects immutability a bit. Let the clients resolve these references themselves.

//assertResolvedResourceRefs(modelContext);

// Check account in dummy resource
assertNoDummyAccount("jack");
Expand Down

0 comments on commit 23c3ae7

Please sign in to comment.