[Pkg-owncloud-commits] [owncloud-client] 207/332: Use file size of factor of four because of the createLocalFile algorithm
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu Aug 14 21:07:00 UTC 2014
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit 2981b3721989253c6f0c215def26597389074e3c
Author: Klaas Freitag <freitag at owncloud.com>
Date: Thu Jul 17 10:26:52 2014 +0200
Use file size of factor of four because of the createLocalFile algorithm
---
csync/tests/ownCloud/t1.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/csync/tests/ownCloud/t1.pl b/csync/tests/ownCloud/t1.pl
index 48e2759..d3ffe1e 100755
--- a/csync/tests/ownCloud/t1.pl
+++ b/csync/tests/ownCloud/t1.pl
@@ -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);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list