Hello, I follow the guide on github to install my openstreetmap website. But when I run bundle exec rake test:db, a failure occurred:
Is there anyone met the same question? How to solve it? Thanks for your help. asked 26 Nov '17, 00:43 gleide aseerel4c26 ♦ |
This turns out to have been a bug in the way that timezones are handled in the test suite, and has now been fixed. For more information see https://github.com/openstreetmap/openstreetmap-website/issues/1688 answered 06 Dec '17, 19:17 Andy Allan |
We'll need some more information to help. Is this the only test that fails? Have you installed the three database functions (maptile_for_point etc) mentioned in the INSTALL.md file?