afarran / swm2m_avl_tests

Feature tests of AVL agent
0 stars 0 forks source link

LongDriving message: wrong value of totalDrivingTime field in the report (one minute added) #10

Open ArturMalyszewicz opened 9 years ago

ArturMalyszewicz commented 9 years ago

In LongDriving message there is wrong value of totalDrivingTime field - it is always one minute above the correct level/ Steps to reproduce:

  1. set maxDrivingTime to one minute
  2. simulate terminal moving
  3. check the received LongDriving reports
  4. totalDrivingTime in those is 2 minutes (1 minute is correct)
afarran commented 9 years ago

Similar to Argus 20635

ArturMalyszewicz commented 9 years ago

This issue is related to #30

In my opinion it is not a bug as due to this long driving check interval an event of long driving may be caught even 60 later than maxDrivingTime and that is why totalDrivingTime is approximated one minute above expected value.