# HG changeset patch # User Nicolas Saunier # Date 1531167663 14400 # Node ID a7ada64b8214e56999676aa17bfae97496ca3138 # Parent 093e2b892ede63bc950df7b8337f7f6a401ffb2e corrected storage.py tests diff -r 093e2b892ede -r a7ada64b8214 trafficintelligence/tests/storage.txt --- a/trafficintelligence/tests/storage.txt Mon Jul 09 16:01:15 2018 -0400 +++ b/trafficintelligence/tests/storage.txt Mon Jul 09 16:21:03 2018 -0400 @@ -45,6 +45,8 @@ 4 >>> objects[1].positions.length() 4 +>>> remove('test.sqlite') + >>> align1 = Trajectory.fromPointList([Point(-1, 0), Point(20, 0)]) >>> align2 = Trajectory.fromPointList([Point(-9, -3), Point(6, 3)]) >>> align1.computeCumulativeDistances()