WARNING: This server is unstable and will be retired in the next days. If you want to keep this forum available, please request immediately a migration on the Nabble Support forum. Forums that don't receive any migration request will be deleted forever.

 « Return to Thread: gpx test patch

gpx test patch

by tsteven4-2 :: Rate this Message:

| View in Thread

This patch fixes a reference test input so that it is valid.  This is a
reordering of the fix and type elements. The output of the test is not
currently compared due to issues noted in testo.d/subrip.test.



Index: reference/track/gpx_subsecond-sample.gpx
===================================================================
--- reference/track/gpx_subsecond-sample.gpx (revision 4170)
+++ reference/track/gpx_subsecond-sample.gpx (working copy)
@@ -14,40 +14,40 @@
   <time>2011-07-02T17:47:25Z</time>
   <speed>13.818100</speed>
   <name>trkpt-2011-07-02T17:47:25.000Z</name>
+  <type>T</type>
   <fix>3d</fix>
-<type>T</type>
 </trkpt>
 <trkpt lat="49.794710000" lon="9.833996000">
   <ele>289.300000</ele>
   <time>2011-07-02T17:47:25Z</time>
   <speed>14.049800</speed>
   <name>trkpt-2011-07-02T17:47:25.000Z</name>
+  <type>T</type>
   <fix>3d</fix>
-<type>T</type>
 </trkpt>
 <trkpt lat="49.794734000" lon="9.833976000">
   <ele>289.300000</ele>
   <time>2011-07-02T17:47:25Z</time>
   <speed>14.161100</speed>
   <name>trkpt-2011-07-02T17:47:25.000Z</name>
+  <type>T</type>
   <fix>3d</fix>
-<type>T</type>
 </trkpt>
 <trkpt lat="49.794758000" lon="9.833955000">
   <ele>289.400000</ele>
   <time>2011-07-02T17:47:25Z</time>
   <speed>14.090400</speed>
   <name>trkpt-2011-07-02T17:47:25.000Z</name>
+  <type>T</type>
   <fix>3d</fix>
-<type>T</type>
 </trkpt>
 <trkpt lat="49.794782000" lon="9.833934000">
   <ele>289.500000</ele>
   <time>2011-07-02T17:47:25Z</time>
   <speed>14.183800</speed>
   <name>trkpt-2011-07-02T17:47:25.000Z</name>
+  <type>T</type>
   <fix>3d</fix>
-<type>T</type>
 </trkpt>
 <!--
 <trkpt lat="49.794807000" lon="9.833916000">
@@ -55,40 +55,40 @@
   <time>2011-07-02T17:47:26Z</time>
   <speed>14.208100</speed>
   <name>trkpt-2011-07-02T17:47:26.000Z</name>
+  <type>T</type>
   <fix>3d</fix>
-<type>T</type>
 </trkpt>
 <trkpt lat="49.794831000" lon="9.833898000">
   <ele>289.800000</ele>
   <time>2011-07-02T17:47:26Z</time>
   <speed>14.272600</speed>
   <name>trkpt-2011-07-02T17:47:26.000Z</name>
+  <type>T</type>
   <fix>3d</fix>
-<type>T</type>
 </trkpt>
 <trkpt lat="49.794856000" lon="9.833881000">
   <ele>289.800000</ele>
   <time>2011-07-02T17:47:26Z</time>
   <speed>14.279100</speed>
   <name>trkpt-2011-07-02T17:47:26.000Z</name>
+  <type>T</type>
   <fix>3d</fix>
-<type>T</type>
 </trkpt>
 <trkpt lat="49.794880000" lon="9.833863000">
   <ele>289.800000</ele>
   <time>2011-07-02T17:47:26Z</time>
   <speed>14.085500</speed>
   <name>trkpt-2011-07-02T17:47:26.000Z</name>
+  <type>T</type>
   <fix>3d</fix>
-<type>T</type>
 </trkpt>
 <trkpt lat="49.794904000" lon="9.833847000">
   <ele>289.800000</ele>
   <time>2011-07-02T17:47:26Z</time>
   <speed>12.700900</speed>
   <name>trkpt-2011-07-02T17:47:26.000Z</name>
+  <type>T</type>
   <fix>3d</fix>
-<type>T</type>
 </trkpt>
 -->
 </trkseg>

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Gpsbabel-code mailing list  http://www.gpsbabel.org
Gpsbabel-code@...
https://lists.sourceforge.net/lists/listinfo/gpsbabel-code

 « Return to Thread: gpx test patch