Blender Git Loki

Git Commits -> Revision b62f4b8

September 21, 2021, 20:10 (GMT)
Asset Catalog Test: avoid copying a file to a directory

Unit tests are failing on Windows, because it cannot copy a file. This
could be because the code used `BLI_copy(src_file_path, dst_dir_path)`.
It's now rewritten to `BLI_copy(src_file_path, dst_file_path)` to test
whether that fixes things.

Commit Details:

Full Hash: b62f4b814cb5825ee8211a21c566a7c08cd2ec64
Parent Commit: 51b9ed7
Lines Changed: +2, -2

1 Modified Path:

/source/blender/blenkernel/intern/asset_catalog_test.cc (+2, -2) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021