fix bug with wrong value for contentReference in derived profiles (profiles do not and cannot change the value) (missed testing change)

This commit is contained in:
Grahame Grieve 2020-10-29 13:57:25 +11:00
parent 4c421eefd7
commit 944be1cfba
1 changed files with 2 additions and 0 deletions

View File

@ -104,6 +104,8 @@ public class ProfileUtilitiesTests {
f.setComment(null);
b.setDefinition(null);
f.setDefinition(null);
b.setContentReference(null);
f.setContentReference(null);
ok = Base.compareDeep(b, f, true);
}
}