diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2015-06-01 05:07:33 -0400 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2015-06-01 05:07:33 -0400 |
commit | e69347122900ad16924e67df437d8c49ae360483 (patch) | |
tree | bdddb7ad0e922b14e7bd04d3f666c5bd23b4f3a9 /test/daemon | |
parent | 60df26bb1e2a50005bc372b2b5bbeeeab074dc59 (diff) | |
download | gpsd-e69347122900ad16924e67df437d8c49ae360483.tar.gz |
Restore truncated line in foretrex test.
This was causing local variations in whether the test succeeded. The short
line is a reasonable stress test, but one to be confounded with the NMEA
parsing this test is supposed o exercise.
Diffstat (limited to 'test/daemon')
-rw-r--r-- | test/daemon/foretrex-201.log | 2 | ||||
-rw-r--r-- | test/daemon/foretrex-201.log.chk | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/test/daemon/foretrex-201.log b/test/daemon/foretrex-201.log index a623364b..af1d4a56 100644 --- a/test/daemon/foretrex-201.log +++ b/test/daemon/foretrex-201.log @@ -142,4 +142,4 @@ $GPGGA,200016,5504.4344,N,01025.5384,E,2,00,2.5,-9.1,M,43.9,M,,*67 $GPGSA,A,2,,,,,,,,,,,,,2.7,2.5,1.0*30
$GPGSV,3,1,12,06,43,153,44,08,04,301,00,11,19,274,00,14,18,127,00*71
$GPGSV,3,2,12,15,01,013,00,18,25,053,00,19,75,249,43,22,55,078,31*7B
-$GPGSV,3,3,12,24,83 +$GPGSV,3,3,12,24,83,092,00,28,17,327,00,33,23,211,42,37,26,166,42*74
diff --git a/test/daemon/foretrex-201.log.chk b/test/daemon/foretrex-201.log.chk index 0af8b66e..0d677dc1 100644 --- a/test/daemon/foretrex-201.log.chk +++ b/test/daemon/foretrex-201.log.chk @@ -151,4 +151,5 @@ $GPGGA,200016,5504.4344,N,01025.5384,E,2,00,2.5,-9.1,M,43.9,M,,*67 $GPGSA,A,2,,,,,,,,,,,,,2.7,2.5,1.0*30
$GPGSV,3,1,12,06,43,153,44,08,04,301,00,11,19,274,00,14,18,127,00*71
$GPGSV,3,2,12,15,01,013,00,18,25,053,00,19,75,249,43,22,55,078,31*7B
-$GPGSV,3,3,12,24,83 +$GPGSV,3,3,12,24,83,092,00,28,17,327,00,33,23,211,42,37,26,166,42*74
+{"class":"SKY","vdop":1.00,"hdop":2.50,"pdop":2.70,"satellites":[{"PRN":6,"el":43,"az":153,"ss":44,"used":false},{"PRN":8,"el":4,"az":301,"ss":0,"used":false},{"PRN":11,"el":19,"az":274,"ss":0,"used":false},{"PRN":14,"el":18,"az":127,"ss":0,"used":false},{"PRN":15,"el":1,"az":13,"ss":0,"used":false},{"PRN":18,"el":25,"az":53,"ss":0,"used":false},{"PRN":19,"el":75,"az":249,"ss":43,"used":false},{"PRN":22,"el":55,"az":78,"ss":31,"used":false},{"PRN":24,"el":83,"az":92,"ss":0,"used":false},{"PRN":28,"el":17,"az":327,"ss":0,"used":false},{"PRN":120,"el":23,"az":211,"ss":42,"used":false},{"PRN":124,"el":26,"az":166,"ss":42,"used":false}]}
|