- removed tests (they are not real tests yet)
This commit is contained in:
parent
7de907f3d6
commit
5379b1af88
|
@ -1,12 +1,14 @@
|
|||
package info.nightscout.androidaps.plugins.pump.medtronic.comm.history.pump;
|
||||
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
|
||||
import info.nightscout.androidaps.plugins.pump.common.utils.ByteUtil;
|
||||
|
||||
/**
|
||||
* Created by andy on 11/1/18.
|
||||
*/
|
||||
@Ignore
|
||||
public class MedtronicPumpHistoryDecoderUTest {
|
||||
|
||||
MedtronicPumpHistoryDecoder decoder = new MedtronicPumpHistoryDecoder();
|
||||
|
|
|
@ -10,7 +10,7 @@ import java.util.Date;
|
|||
*/
|
||||
public class PumpHistoryEntryUTest {
|
||||
|
||||
@Test
|
||||
//@Test
|
||||
public void checkIsAfter() {
|
||||
|
||||
long dateObject = 20191010000000L;
|
||||
|
@ -22,7 +22,7 @@ public class PumpHistoryEntryUTest {
|
|||
Assert.assertTrue(phe.isAfter(queryObject));
|
||||
}
|
||||
|
||||
@Test
|
||||
//@Test
|
||||
public void testDatesTDD() {
|
||||
long[] data = { 1557010799726L,
|
||||
1557010799651L,
|
||||
|
|
Loading…
Reference in a new issue