mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 06:55:59 +03:00
Use file size of factor of four because of the createLocalFile algorithm
This commit is contained in:
parent
cfc2f84d3e
commit
2981b37219
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ assertLocalAndRemoteDir( '', 0);
|
|||
|
||||
# The previous sync should have updated the etags, and this should NOT be a conflict
|
||||
printInfo( "Update the file again");
|
||||
createLocalFile( localDir() . "remoteToLocal1/kernelcrash.txt", 2134 );
|
||||
createLocalFile( localDir() . "remoteToLocal1/kernelcrash.txt", 2136 );
|
||||
createLocalFile( localDir() . "remoteToLocal1/kraft_logo.gif", 2332 );
|
||||
csync( );
|
||||
assertLocalAndRemoteDir( '', 0);
|
||||
|
|
Loading…
Reference in a new issue