Use file size of factor of four because of the createLocalFile algorithm

This commit is contained in:
Klaas Freitag 2014-07-17 10:26:52 +02:00
parent cfc2f84d3e
commit 2981b37219

View file

@ -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);