Console should get much smarter around compatibility with older units #6845

This commit is contained in:
rusefillc 2025-02-07 18:43:53 -05:00
parent 3f819ee8b7
commit c241beb123
1 changed files with 0 additions and 2 deletions

View File

@ -60,8 +60,6 @@ public class TestHelper extends MockitoTestHelper {
BinaryProtocolState state = new BinaryProtocolState();
state.setConfigurationImage(ci);
byte[] currentOutputs = new byte[Fields.TS_TOTAL_OUTPUT_SIZE];
ByteBuffer buffer = FileUtil.littleEndianWrap(currentOutputs, TS_FILE_VERSION_OFFSET, 4);
buffer.putInt(TS_FILE_VERSION);
state.setCurrentOutputs(currentOutputs);
LinkManager linkManager = new LinkManager();