only:thank you for your service
This commit is contained in:
parent
3364804b0d
commit
8862f5ae17
|
@ -2,6 +2,7 @@ package com.rusefi.pinout;
|
|||
|
||||
import com.rusefi.ReaderStateImpl;
|
||||
import com.rusefi.newparse.DefinitionsState;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
import java.io.*;
|
||||
|
@ -12,6 +13,7 @@ import static junit.framework.TestCase.assertFalse;
|
|||
|
||||
public class PinoutLogicHellen112_17_Test {
|
||||
@Test
|
||||
@Ignore // this was only useful while figuring out the problem
|
||||
public void testRealFiled() throws IOException {
|
||||
// a bit nasty, do we have similar anywhere else already?
|
||||
FileSystemBoardInputsReaderImpl.PREFIX = FIRMWARE + File.separator;
|
||||
|
|
Loading…
Reference in New Issue