mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-04-07 15:34:26 +00:00
Fix sample issues + minor property rename
This commit is contained in:
parent
a7dd92d432
commit
d7451c89bd
4 changed files with 10 additions and 9 deletions
|
|
@ -199,7 +199,7 @@ namespace NmeaParser.Tests
|
|||
Assert.AreEqual(1378, gga.Altitude);
|
||||
Assert.AreEqual("M", gga.AltitudeUnits);
|
||||
Assert.AreEqual(-22.1, gga.GeoidalSeparation);
|
||||
Assert.AreEqual("M", gga.HeightOfGeoidUnits);
|
||||
Assert.AreEqual("M", gga.GeoidalSeparationUnits);
|
||||
Assert.AreEqual(-1, gga.DgpsStationId);
|
||||
Assert.AreEqual(TimeSpan.MaxValue, gga.TimeSinceLastDgpsUpdate);
|
||||
}
|
||||
|
|
@ -220,7 +220,7 @@ namespace NmeaParser.Tests
|
|||
Assert.AreEqual(403.641, gga.Altitude);
|
||||
Assert.AreEqual("M", gga.AltitudeUnits);
|
||||
Assert.AreEqual(-32.133, gga.GeoidalSeparation);
|
||||
Assert.AreEqual("M", gga.HeightOfGeoidUnits);
|
||||
Assert.AreEqual("M", gga.GeoidalSeparationUnits);
|
||||
Assert.AreEqual(0, gga.DgpsStationId);
|
||||
Assert.AreEqual(TimeSpan.FromSeconds(1), gga.TimeSinceLastDgpsUpdate);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue