Description
while moving out all IT test into a separate module, ImmutableTreeTest and TreeLocationTest got moved because they extended from OakBaseTest. IMO however, they are just regular unit tests that don't need to be run against various fixtures... as discussed with frm they most probably became ITs by mistake not because they actually are ITs.
I will therefore move them back to oak-core and refactor to regular unit tests.