REO progress
This commit is contained in:
parent
40ac0f519c
commit
2af7886dea
|
@ -53,8 +53,8 @@ public class TuneReadWriteTest {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
System.out.println("Total mismatch count " + mismatchCounter);
|
System.out.println("Total mismatch count " + mismatchCounter);
|
||||||
// for different legit reasons we have some mismatches
|
// todo: why one byte mismatch? since it's in floats I kind of do not care, floats are weird
|
||||||
assertEquals(7, mismatchCounter);
|
assertEquals(1, mismatchCounter);
|
||||||
}
|
}
|
||||||
|
|
||||||
private ConfigurationImage makeBinaryTune(Msq tsTune, IniFileModel instance) {
|
private ConfigurationImage makeBinaryTune(Msq tsTune, IniFileModel instance) {
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue