rclone/cmd/bisync/testdata
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
..
test_all_changed bisync: generate listings concurrently with march -- fixes #7332 2024-01-20 14:50:08 -05:00
test_basic bisync: handle unicode and case normalization consistently - mostly-fixes #7270 2024-01-20 14:50:08 -05:00
test_changes bisync: generate listings concurrently with march -- fixes #7332 2024-01-20 14:50:08 -05:00
test_check_access bisync: generate listings concurrently with march -- fixes #7332 2024-01-20 14:50:08 -05:00
test_check_access_filters bisync: handle unicode and case normalization consistently - mostly-fixes #7270 2024-01-20 14:50:08 -05:00
test_check_filename bisync: generate listings concurrently with march -- fixes #7332 2024-01-20 14:50:08 -05:00
test_check_sync bisync: generate listings concurrently with march -- fixes #7332 2024-01-20 14:50:08 -05:00
test_createemptysrcdirs bisync: generate listings concurrently with march -- fixes #7332 2024-01-20 14:50:08 -05:00
test_dry_run bisync: generate listings concurrently with march -- fixes #7332 2024-01-20 14:50:08 -05:00
test_equal bisync: generate listings concurrently with march -- fixes #7332 2024-01-20 14:50:08 -05:00
test_extended_char_paths bisync: generate listings concurrently with march -- fixes #7332 2024-01-20 14:50:08 -05:00
test_extended_filenames bisync: generate listings concurrently with march -- fixes #7332 2024-01-20 14:50:08 -05:00
test_filters bisync: generate listings concurrently with march -- fixes #7332 2024-01-20 14:50:08 -05:00
test_filtersfile_checks bisync: generate listings concurrently with march -- fixes #7332 2024-01-20 14:50:08 -05:00
test_ignorelistingchecksum bisync: generate listings concurrently with march -- fixes #7332 2024-01-20 14:50:08 -05:00
test_max_delete_path1 bisync: generate listings concurrently with march -- fixes #7332 2024-01-20 14:50:08 -05:00
test_max_delete_path2_force bisync: generate listings concurrently with march -- fixes #7332 2024-01-20 14:50:08 -05:00
test_normalization bisync: handle unicode and case normalization consistently - mostly-fixes #7270 2024-01-20 14:50:08 -05:00
test_rclone_args bisync: generate listings concurrently with march -- fixes #7332 2024-01-20 14:50:08 -05:00
test_resync bisync: generate listings concurrently with march -- fixes #7332 2024-01-20 14:50:08 -05:00
test_rmdirs bisync: generate listings concurrently with march -- fixes #7332 2024-01-20 14:50:08 -05:00
test_volatile bisync: generate listings concurrently with march -- fixes #7332 2024-01-20 14:50:08 -05:00