Olivier Goffart
|
8a3e617630
|
Don't put csync_owncloud in a plugin.
It is now statically linked
|
2013-11-14 18:58:28 +01:00 |
|
Klaas Freitag
|
fb582d8b3d
|
Fix macos test cases.
|
2013-10-02 12:33:10 +02:00 |
|
Klaas Freitag
|
3e27afadd5
|
Use a cross platform capable mkdir mask
|
2013-10-02 08:51:11 +02:00 |
|
Olivier Goffart
|
b5ed352aa3
|
Merge remote-tracking branch 'origin/master' into ocsync
Only confluct resolution, do not compile or works
Conflicts:
CMakeLists.txt
CPackConfig.cmake
ConfigureChecks.cmake
client/csync_client.c
cmake/Modules/DefineCompilerFlags.cmake
cmake/Modules/DefineInstallationPaths.cmake
cmake/Modules/FindIconv.cmake
cmake/Modules/FindIniparser.cmake
cmake/Modules/FindNeon.cmake
config.h.cmake
config/CMakeLists.txt
config/ocsync.conf
doc/CMakeLists.txt
modules/csync_owncloud.c
modules/csync_sftp2.c
src/CMakeLists.txt
src/csync.c
src/csync.h
src/csync_config.c
src/csync_exclude.c
src/csync_lock.c
src/csync_macros.h
src/csync_misc.c
src/csync_misc.h
src/csync_private.h
src/csync_propagate.c
src/csync_statedb.c
src/csync_statedb.h
src/csync_update.c
src/csync_util.c
src/csync_util.h
src/std/c_dir.c
src/std/c_file.c
src/std/c_private.h
src/std/c_string.c
src/std/c_string.h
src/std/c_time.c
src/vio/csync_vio.c
src/vio/csync_vio.h
src/vio/csync_vio_file_stat.h
src/vio/csync_vio_local.c
src/vio/csync_vio_method.h
tests/CMakeLists.txt
tests/csync_tests/check_csync_statedb_load.c
tests/csync_tests/check_csync_statedb_query.c
tests/csync_tests/check_csync_treewalk.c
tests/csync_tests/check_csync_update.c
tests/ownCloud/HTTP/DAV.pm
tests/ownCloud/ownCloud/Test.pm
tests/std_tests/check_std_c_str.c
tests/vio_tests/check_vio.c
|
2013-08-18 16:21:18 +02:00 |
|
Andreas Schneider
|
b3ae26c6d2
|
tests: Load the sftp module for vio testing.
This has no memory leaks unlike smbclient.
|
2013-07-25 09:52:58 +02:00 |
|
Klaas Freitag
|
089d919be2
|
Fix mkdir tests, as they use relative pathes the cwd should be defined.
|
2013-03-14 14:29:31 +01:00 |
|
Andreas Schneider
|
13901b23f0
|
tests: Fix memleaks in vio test.
|
2013-03-08 18:50:22 +01:00 |
|
Klaas Freitag
|
41021d58d5
|
tests: Ported more tests to be cross platform capable.
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
|
2013-02-07 12:59:33 +01:00 |
|
Klaas Freitag
|
7d0acf9ba3
|
Encoding test and make all tests work cross platform.
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
|
2013-02-06 14:42:17 +01:00 |
|
Klaas Freitag
|
f90550775c
|
Fixed tests to also run on debian host
|
2012-11-23 12:51:01 +01:00 |
|
Andreas Schneider
|
8d737287fb
|
tests: Migrate check_vio to cmocka.
|
2012-10-19 18:14:28 +02:00 |
|
Andreas Schneider
|
de86c0ba6b
|
Add more tests for the virtual io system.
|
2008-08-06 18:14:34 +02:00 |
|
Andreas Schneider
|
476fd5d00e
|
Add a test for csync_vio_mkdirs().
|
2008-05-19 17:05:39 +02:00 |
|
Andreas Schneider
|
9a440d4501
|
Respect return values in tests.
|
2008-05-08 17:28:12 +02:00 |
|
Andreas Schneider
|
e41e8e1610
|
Add commandline parsing to all tests.
|
2008-05-07 11:09:56 +02:00 |
|
Andreas Schneider
|
e8b4f4c5e1
|
Fix memory leak in vio test.
|
2008-04-26 20:48:12 +02:00 |
|
Andreas Schneider
|
bc54165b13
|
Add missing testcases for csync_vio.
|
2008-04-25 17:13:27 +02:00 |
|
Andreas Schneider
|
dc72b7397c
|
Add the local and remote uri at creation time.
|
2008-04-22 17:23:26 +02:00 |
|
Andreas Schneider
|
61c4be6c23
|
Don't initialize the synchronizer in the vio test.
|
2008-04-22 11:05:16 +02:00 |
|
Andreas Schneider
|
22513d07f2
|
Add test for loading the module.
|
2008-04-21 09:45:55 +02:00 |
|