[Pkg-owncloud-commits] [owncloud-client] 35/332: Test: fix compilation
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu Aug 14 21:06:35 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 4cb9b3a85b8d6d9c490f3b1d28bd3debf2c2662e
Author: Olivier Goffart <ogoffart at woboq.com>
Date: Tue Jun 3 17:54:43 2014 +0200
Test: fix compilation
---
csync/tests/csync_tests/check_csync_update.c | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/csync/tests/csync_tests/check_csync_update.c b/csync/tests/csync_tests/check_csync_update.c
index 0b4264e..3aa5ecd 100644
--- a/csync/tests/csync_tests/check_csync_update.c
+++ b/csync/tests/csync_tests/check_csync_update.c
@@ -146,17 +146,6 @@ static csync_vio_file_stat_t* create_fstat(const char *name,
}
fs->fields |= CSYNC_VIO_FILE_STAT_FIELDS_LINK_COUNT;
- fs->uid = 1000;
- fs->fields |= CSYNC_VIO_FILE_STAT_FIELDS_UID;
-
- fs->gid = 1000;
- fs->fields |= CSYNC_VIO_FILE_STAT_FIELDS_GID;
-
- fs->blkcount = 312;
- fs->fields |= CSYNC_VIO_FILE_STAT_FIELDS_BLOCK_COUNT;
-
- fs->blksize = 4096;
- fs->fields |= CSYNC_VIO_FILE_STAT_FIELDS_BLOCK_SIZE;
if (mtime == 0) {
fs->atime = fs->ctime = fs->mtime = time(&t);
--
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