示例#1
0
 public void testTwoTcxs() throws Exception {
   final GeoFile geoFile = getGeoFile("/TwoTcxTracks.zip");
   Assert.assertEquals(2, geoFile.getTracks().size());
 }
示例#2
0
 public void testZipInAZip() throws Exception {
   final GeoFile geoFile = getGeoFile("/ZipInsideAnotherZip.zip");
   Assert.assertEquals(3, geoFile.getTracks().size());
 }
示例#3
0
 public void testOneGpxOneTcx() throws Exception {
   final GeoFile geoFile = getGeoFile("/GpxTrackAndTcxTrack.zip");
   Assert.assertEquals(2, geoFile.getTracks().size());
 }