tulsawebdevs / django-multi-gtfs

Django app to import and export General Transit Feed Specification (GTFS)
http://tulsawebdevs.org/
Apache License 2.0
50 stars 32 forks source link

Added failing test update trip geom on shape change only #47

Closed alaw005 closed 6 years ago

alaw005 commented 9 years ago

I've added tests that I think are correct. Currently the test to ensure geometry only updated if shape changed failing so don't expect you to do anything with this for now. I haven't been able to work out how to test for changed field as all solutions appear to be rather complex and/or involve a third party app