API v1 to v2 shim: follow spec with shallow copy#399
Conversation
This is issue with tests, mistake in both assertion that checks for modification of original definition and in rare edge case of Mineunit's Thing is, this test should have been failing all the time but has been passing all the time. |
448e5f5 to
cfbe533
Compare
Mineunit failed regression tests, click for detailsRegression test log for Technic CNC:Regression test log for Technic Chests:Regression test log for Technic: |
|
is this ready to merge in the current state? |
Should be good yes. |
cfbe533 to
011738b
Compare
Click for detailed source code test coverage reportTest coverage report for Technic CNC 87.49% in 11/14 files:Test coverage report for technic chests 45.06% in 6/6 files:Test coverage report for technic 71.04% in 97/97 files:Raw test runner output for geeks:CNC: Chests: Technic: |
Fixes API by making it follow spec and comments, there were tests for this but those tests were broken.
Tests has been fixed in #395 and are currently correctly failing for custom solar array registration.
Fixes