rclone/cmd/bisync/testdata/test_basic/golden
nielash f7f4651828 bisync: handle unicode and case normalization consistently - mostly-fixes #7270
Before this change, Bisync sometimes normalized NFD to NFC and sometimes
did not, causing errors in some scenarios (particularly for users of macOS).
It was similarly inconsistent in its handling of case-insensitivity.

There were three main places where Bisync should have normalized, but didn't:

1. When building the list of files that need to be transferred during --resync
2. When building the list of deltas during a non-resync
3. When comparing Path1 to Path2 during --check-sync

After this change, 1 and 3 are resolved, and bisync supports
--no-unicode-normalization and --ignore-case-sync in the same way as sync.
2 will be addressed in a future update.
2024-01-20 14:50:08 -05:00
..
_testdir_path1.._testdir_path2.copy1to2.que bisync: test scenarios #5164 2021-11-01 21:00:27 +03:00
_testdir_path1.._testdir_path2.copy2to1.que bisync: test scenarios #5164 2021-11-01 21:00:27 +03:00
_testdir_path1.._testdir_path2.path1.lst bisync: handle unicode and case normalization consistently - mostly-fixes #7270 2024-01-20 14:50:08 -05:00
_testdir_path1.._testdir_path2.path1.lst-new bisync: handle unicode and case normalization consistently - mostly-fixes #7270 2024-01-20 14:50:08 -05:00
_testdir_path1.._testdir_path2.path1.lst-old bisync: handle unicode and case normalization consistently - mostly-fixes #7270 2024-01-20 14:50:08 -05:00
_testdir_path1.._testdir_path2.path2.lst bisync: handle unicode and case normalization consistently - mostly-fixes #7270 2024-01-20 14:50:08 -05:00
_testdir_path1.._testdir_path2.path2.lst-new bisync: handle unicode and case normalization consistently - mostly-fixes #7270 2024-01-20 14:50:08 -05:00
_testdir_path1.._testdir_path2.path2.lst-old bisync: handle unicode and case normalization consistently - mostly-fixes #7270 2024-01-20 14:50:08 -05:00
test.log bisync: generate listings concurrently with march -- fixes #7332 2024-01-20 14:50:08 -05:00