aboutsummaryrefslogtreecommitdiff
path: root/test/org/traccar/protocol/GlobalSatProtocolDecoderTest.java
AgeCommit message (Collapse)Author
2014-10-21Updated BaseProtocolDecoder constructor to take three parameters ↵jon-stumpf
(DataManager, String, Properties); Removed second constructor;
2014-10-21Made BaseProtocolDecoder members "final" as they should not change after ↵jon-stumpf
construction.
2014-01-26Fix bug in GlobalSat decoderAnton Tananaev
2013-11-09Improve unit test verificationAnton Tananaev
2013-09-24Fix globalsat decoder (fix #397)Anton Tananaev
2013-08-20Fix GlobalSat decoderAnton Tananaev
2013-08-12New GlobalSat message formatAnton Tananaev
2013-06-12Finish GlobalSat decoderAnton Tananaev
2013-06-04Disable GS unit testingAnton Tananaev
2013-06-03Start GlobalSat decoderAnton Tananaev