[Pkg-owncloud-commits] [owncloud-client] 298/484: Fix csync_exclude test

Sandro Knauß hefee-guest at moszumanska.debian.org
Wed Dec 16 00:37:55 UTC 2015


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 beb970646bbe333e3353d6c99b15f58ccfa56ff4
Author: Christian Kamm <mail at ckamm.de>
Date:   Wed Nov 11 09:38:39 2015 +0100

    Fix csync_exclude test
    
    The exclude file was reorganized in
    b6aa18bfbcbbb26442c6b250cb39ddc420545fc1
---
 csync/tests/csync_tests/check_csync_exclude.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/csync/tests/csync_tests/check_csync_exclude.c b/csync/tests/csync_tests/check_csync_exclude.c
index 797542f..bf1eab4 100644
--- a/csync/tests/csync_tests/check_csync_exclude.c
+++ b/csync/tests/csync_tests/check_csync_exclude.c
@@ -87,7 +87,7 @@ static void check_csync_exclude_load(void **state)
     rc = csync_exclude_load(EXCLUDE_LIST_FILE, &(csync->excludes) );
     assert_int_equal(rc, 0);
 
-    assert_string_equal(csync->excludes->vector[0], "*.filepart");
+    assert_string_equal(csync->excludes->vector[0], "*~");
     assert_int_not_equal(csync->excludes->count, 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