- removed tests (they are not real tests yet)

This commit is contained in:
Andy Rozman 2019-07-18 18:24:10 +01:00
parent 7de907f3d6
commit 5379b1af88
2 changed files with 4 additions and 2 deletions

View file

@ -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();

View file

@ -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,