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:
parent
4c421eefd7
commit
944be1cfba
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue