aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2018-02-09Check whether max time difference and recursion depth get setDavid Kahles1-0/+2
2016-11-12src: Use __func__ instead of __FUNCTION__Andreas Schneider1-1/+1
2013-08-01tests: Package testfiles as xz archive.Andreas Schneider3-1/+1
2013-08-01tests: Moved all ownCloud testfiles into tarball.Klaas Freitag16-19/+4
2013-07-30std: Fix stat timing problems.Andreas Schneider1-1/+2
2013-07-28config: Implement a new config parser.Andreas Schneider1-1/+13
2013-07-25tests: Update valgrind suppressions file.Andreas Schneider1-0/+18
2013-07-25tests: Load the sftp module for vio testing.Andreas Schneider1-1/+1
2013-07-24tests: Use correct setup method for ftw check.Klaas Freitag1-1/+1
2013-07-23tests: Use multibyte safe function.Klaas Freitag1-3/+9
2013-07-23tests: Removed unused test file.Klaas Freitag1-306/+0
2013-07-23tests: Modularize ownCloud's integration test script.Klaas Freitag2-215/+73
2013-07-23tests: Added test data for the owncloud integration test script.Klaas Freitag12-0/+2479
2013-07-13Revert "CID 1033194: Fix resource leak in stateedb test."Andreas Schneider1-4/+0
2013-07-12CID 1033193: Fix resource leaks in statedb test.Klaas Freitag1-0/+6
2013-07-12CID 1033194: Fix resource leak in stateedb test.Klaas Freitag1-0/+4
2013-07-04std: Check c_dir() not just with NULL.Klaas Freitag1-2/+2
2013-07-04tests: Refactor treewalk test.Andreas Schneider1-77/+144
2013-07-04CID 1033195: Fix resource leak.Andreas Schneider1-0/+2
2013-07-04tests: Fix a resource leak.Andreas Schneider1-0/+2
2013-07-04tests: Remove the db before db_none test to meet the test condition.Klaas Freitag1-1/+4
2013-07-04tests: Fix multibyte stat().Klaas Freitag1-1/+6
2013-07-04statedb: Remove context where it isn't needed.Andreas Schneider3-36/+37
2013-07-04statedb: Always pass down the db pointer.Andreas Schneider3-38/+36
2013-07-04Make test work again by not writing the db.Klaas Freitag1-6/+0
2013-06-07Fix test cases for the new database code.Klaas Freitag3-10/+31
2013-04-24If there is no vio commit function don't fail.Andreas Schneider1-2/+1
2013-04-24Test for csync_commitKlaas Freitag2-0/+108
2013-04-06Added c_compare_file function plus a test function.Klaas Freitag1-0/+56
2013-04-05Minor code cleanups, warning avoidings and indentation.Klaas Freitag1-34/+41
2013-04-05Use multibyte character in file system functions.Klaas Freitag1-5/+11
2013-03-08tests: Update valgrind suppressions.Andreas Schneider1-44/+18
2013-03-08tests: Fix memleaks in encoding test.Andreas Schneider1-2/+5
2013-03-08tests: Fix memleaks in vio test.Andreas Schneider1-5/+14
2013-03-08tests: Add treewalk test.Klaas Freitag2-90/+68
2013-03-08tests: Treewalk function unit tests added.Klaas Freitag1-0/+144
2013-03-01tests: Apply changes to the logging system.Andreas Schneider5-17/+17
2013-02-07tests: Ported more tests to be cross platform capable.Klaas Freitag7-42/+50
2013-02-06No more platform specific code in csync_vio_local.Klaas Freitag1-1/+0
2013-02-06tests: Cleaned up some encoding tests.Klaas Freitag2-86/+92
2013-02-06Use correct variable type to make test build on win32.Klaas Freitag1-3/+4
2013-02-06Add iconv support to convert charsets to different platforms.Daniel Molkentin2-0/+386
2013-02-06Encoding test and make all tests work cross platform.Klaas Freitag5-23/+111
2012-12-18log: Use a thread local variable for logging callback.Andreas Schneider1-6/+7
2012-12-17log: Use a thread local variable for the log level.Andreas Schneider1-9/+7
2012-10-30tests: Remove the right directory in the teardown function.Andreas Schneider1-1/+1
2012-10-30tests: Add a csync_log test.Andreas Schneider1-0/+130
2012-10-30doc: Remove all references to log4c.Andreas Schneider1-33/+0
2012-10-30csync: Add a new logging system.Andreas Schneider4-12/+12
2012-10-30csync: Add support for a log callback.Andreas Schneider1-0/+1