aboutsummaryrefslogtreecommitdiff
path: root/test/org/traccar/protocol/Tlt2hProtocolDecoderTest.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-06-19Trim line breaks in TLT2H decoderAnton Tananaev
2014-06-14Fix TLT-2H decoderAnton Tananaev
2013-11-09Improve unit test verificationAnton Tananaev
2013-05-27Fix tlt2h protocol decoder (fix #273)Anton Tananaev
2013-03-10Fix TLT-2H protocol (fix #162)Anton Tananaev
2013-02-14Add TLT-2H unit testAnton Tananaev
2013-02-10Added TLT-2H protocol supportAnton Tananaev