This commit is contained in:
Olivier Goffart 2013-07-24 21:37:05 +02:00 committed by Klaas Freitag
parent 3d1994747a
commit f06fead44f

View file

@ -77,7 +77,7 @@ static void test_get_transfer_url_bigfile( void **state ) {
list = hbf_init_transfer( url ); list = hbf_init_transfer( url );
assert_non_null( list ); assert_non_null( list );
list->block_size = (1024*1024); /* block size 1 MB */ list->threshold = list->block_size = (1024*1024); /* block size 1 MB */
/* open a file */ /* open a file */
fd = open( test_file("church.jpg"), O_RDONLY ); fd = open( test_file("church.jpg"), O_RDONLY );