* /branches/gpst-breakfix/BRANCHINFO
[gpstools.git] / branches / gpst-breakfix / BRANCHINFO
blob8e2c66e82a27aac8b195857ac3ae33013d4359d1
1 $Id$
3 Changes compared to trunk:
5   $found_move changed to $Dat{'break'}.
7 Tests failing here, but works in trunk:
9   "../gpst --chronology chronology-error.gpsml"
10   Check for chronology errors and duplicated times
11     Missing a <break/> on both sides of the faulty trackpoint.
13   "../gpst --fix --chronology chronology-error.gpsml"
14   Remove bad timestamps
15     It creates two <break/>s in front of the faulty trackpoint. One of the 
16     <break/>s shall appear after the misplaced point.
18   "../gpst --pos1 2.11,2.12 --pos2 3.31,3.32 --inside multitrack-pause.gpx"
19   Check --inside option (gpx to gpst)
20     Three <break/>s missing: One after <title>track1</title> and one on each 
21     side of the faulty trackpoint.
23   "../gpst multitrack.gpx"
24   Read GPX file with multiple tracks
25     Missing three <break/>s: In front of the "Track 2", "Track 3" and "Track 
26     4" titles.
28   "../gpst multitrack-pause.gpx"
29   Should be equal to multitrack-pause.gpsml
30     Missing 4 <break/>s.
32   "../gpst -o gpx comments.mayko"
33   Output GPX from Mayko file with commented-out lines
34     Should be splitted with </trkseg></trkseg>, comments.mayko contains a "# 
35     move".
37   "../gpst -o xgraph multitrack.gpx"
38   Output xgraph format from GPX
39     Missing three "move"s.
41   "../gpst --pos1 2.11,2.12 --pos2 3.31,3.32 --outside multitrack-pause.gpx"
42   Check --outside option (gpx to gpst)
43     Missing 3 <break/>s.
45   "../gpst -re multitrack.gpx"
46   Require elevation from GPX data
47   Insert <pause> between gpx tracks
48     Missing 4 <break/>s.
50   "../gpst -t multitrack-pause.gpx"
51   Missing 4 <break/>s.
53   "../gpst -t multitrack-pause.gpsml"
54   Insert <pause> between gpsml titles
55     Missing 4 <break/>s.
57   "../gpst -o gpx -w comments.mayko"
58   Output whitespace-stripped GPX from Mayko file with commented-out lines
59     Missing separating </trkseg><trkseg>.
61 vim: set fo=tcqw tw=78 ts=2 sw=2 sts=2 :