| |
---|
| | TagTrkpt tag = map.getValue(ImportPicture.toUTCDate("2017-05-29T01:23:19Z")); |
---|
| | assertThat(sdf.format(tag.time), is("2017-05-29T10:23:18Z")); |
---|
| | assertThat(tag.eleStr, is(nullValue())); |
---|
| | assertThat(tag.lat, is((new Double(values[0][1])).doubleValue())); |
---|
| | assertThat(tag.magvarStr, is(notNullValue())); |
---|
| | assertThat(tag.magvarStr, is(nullValue())); |
---|
| | } |
---|
| | |
---|
| | @Test |
---|
| | public void get_20() throws ParseException { |
---|
| | TagTrkpt tag = map.getValue(ImportPicture.toUTCDate("2017-05-29T01:23:20Z")); |
---|
| | assertThat(sdf.format(tag.time), is("2017-05-29T10:23:18Z")); |
---|
| | assertThat(tag.eleStr, is(nullValue())); |
---|
| | assertThat(tag.lat, is((new Double(values[0][1])).doubleValue())); |
---|
| | assertThat(tag.magvarStr, is(notNullValue())); |
---|
| | assertThat(tag.magvarStr, is(nullValue())); |
---|
| | } |
---|
| | |
---|
| | @Test |
---|
| | public void get_21() throws ParseException { |
---|
| |
---|
| | |