Console should get much smarter around compatibility with older units #6845
This commit is contained in:
parent
3f819ee8b7
commit
c241beb123
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue