mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 13:35:58 +03:00
Fix testcase.
This commit is contained in:
parent
ae94ce7430
commit
0416107951
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ START_TEST (check_csync_treewalk_local_with_filter)
|
|||
fail_if(file_count != 2, "Local File count filtered (EVAL) not correct: %d", file_count);
|
||||
file_count = 0;
|
||||
fail_if(csync_walk_local_tree(csync, &visitor, CSYNC_INSTRUCTION_EVAL | CSYNC_INSTRUCTION_REMOVE) < 0, "Local walk");
|
||||
fail_if(file_count != 2, "Local File count filtered (EVAL) not correct: %d", file_count);
|
||||
fail_if(file_count != 2, "Local File count filtered (EVAL|REMOVE) not correct: %d", file_count);
|
||||
file_count = 0;
|
||||
fail_if(csync_walk_local_tree(csync, &visitor, CSYNC_INSTRUCTION_RENAME) < 0, "Local walk");
|
||||
fail_if(file_count != 0, "Local File count filtered (RENAME) not correct");
|
||||
|
|
Loading…
Reference in a new issue