aboutsummaryrefslogtreecommitdiff
path: root/test/org/traccar/protocol/Pt3000ProtocolDecoderTest.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.
2013-11-09Improve unit test verificationAnton Tananaev
2013-07-26Complete PT3000 protocol (fix #285)Anton Tananaev
2013-07-26Start pt3000 implementationAnton Tananaev