You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Testing needs to be improved to cover more edge cases.
Regression testing for #99 can be implemented in the following ways:
Nether chunks should be added to the test chunk dumps to test for correct skylight handling (bug 1)
Improve cycle tests to make sure the raw dumped block and light (skylight and blocklight) buffers match and check the biomes match (bug 2 & 3)
Chunks with more than 256 (2^8) different block states (aka, different block type or different block data) should be added to the test chunk dumps to test for correct global palette handling (bug 4)
The text was updated successfully, but these errors were encountered:
Testing needs to be improved to cover more edge cases.
Regression testing for #99 can be implemented in the following ways:
The text was updated successfully, but these errors were encountered: