Initial patch (rough version). Basically, more assert() statements need to be added all over the place, and new tests should be aded as well (e.g. testUpdateReation),
Werner Guttmann
added a comment - Initial patch (rough version). Basically, more assert() statements need to be added all over the place, and new tests should be aded as well (e.g. testUpdateReation),
Surprisingly, the test attached reveal that the basic functionality is in place, and that the basic operations (create, load and update) seem to work without problems, and that includes extend hierarchies.
Werner Guttmann
added a comment - Surprisingly, the test attached reveal that the basic functionality is in place, and that the basic operations (create, load and update) seem to work without problems, and that includes extend hierarchies.
Werner Guttmann
added a comment - Updated patch, with all test related files moved to src/tests and src/tests/resources and assertions added all over the place.
Initial patch (rough version). Basically, more assert() statements need to be added all over the place, and new tests should be aded as well (e.g. testUpdateReation),