]> git.openstreetmap.org Git - rails.git/commitdiff
Copy trace fixture files, rather than symlinking
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 18 Mar 2020 14:35:55 +0000 (15:35 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 18 Mar 2020 14:35:55 +0000 (15:35 +0100)
Since we are using tmpdirs in order to enable parallel testing, we
can go the full hog and drop the fakefs too and just copy all the
files directly into the tmpdir. If a test makes changes (e.g.
changing the icon file during an import) the copy in the tmpdir is
thrown away at the end of the test anyway.


No differences found