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