[Pkg-owncloud-commits] [owncloud-client] 230/332: tests: Big file chunking, change an existing big file to trigger update

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu Aug 14 21:07:04 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 4dfe0fad7d73597db35008b50b4dd9fce2c69774
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Tue Jul 22 10:44:05 2014 +0200

    tests:  Big file chunking, change an existing big file to trigger update
    
    This failed on oC7
---
 csync/tests/ownCloud/t6.pl | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/csync/tests/ownCloud/t6.pl b/csync/tests/ownCloud/t6.pl
index 6e8f31b..b93de0f 100755
--- a/csync/tests/ownCloud/t6.pl
+++ b/csync/tests/ownCloud/t6.pl
@@ -63,6 +63,9 @@ sub chunkFileTest( $$ )
 printInfo("Big file that needs chunking with default chunk size");
 chunkFileTest( "BIG.file", 23251233 );
 
+# change the existing file again -> update
+chunkFileTest( "BIG.file", 21762122 );
+
  # Set a custom chunk size in environment.
 my $ChunkSize = 1*1024*1024;
 $ENV{'OWNCLOUD_CHUNK_SIZE'} = $ChunkSize;

-- 
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