nextcloud-desktop/test
Olivier Goffart b9161aa06c libsync: Fix a case in which canceling the sync would result in some folder never being sync'ed
The problem occurs because of the sorting of items when we have things like

bigfolder
bigfolder/bigsubfolder
bigfolder-2

Then, because dashes come before slash in ascii, the bigfolder-2 would come before its content
and the propagator would thinkg bigfolder is empty and save the etag before it is processed

Should fix issue #2832
2015-02-12 20:00:04 +01:00
..
manual/favlink Some fixes for favlink manual test 2015-02-06 15:29:36 +01:00
scripts Fix tests 2014-11-09 22:37:56 +01:00
CMakeLists.txt libsync: Fix a case in which canceling the sync would result in some folder never being sync'ed 2015-02-12 20:00:04 +01:00
main.cpp.in Add testing skeleton 2012-10-26 20:24:12 +02:00
owncloud_add_test.cmake Fix tests 2014-08-27 10:27:29 +02:00
test_journal.db Add new test to test the csync database code. 2014-03-20 11:15:28 +01:00
testcsyncsqlite.h tests: Fix CSync Journal test, use real CSYNC struct from csync_private. 2014-10-27 13:15:33 +01:00
testfolder.h Fix tests 2014-11-09 22:37:56 +01:00
testfolderwatcher.h use touch from path 2015-02-08 01:27:46 +02:00
testinotifywatcher.h Fix tests 2014-11-09 22:37:56 +01:00
testnetrcparser.h Fix tests 2014-11-09 22:37:56 +01:00
testowncloudpropagator.h Fix compilation of the owncloudpropagator test 2014-01-20 15:44:43 +01:00
testownsql.h Merge remote-tracking branch 'origin/1.7' 2014-12-10 13:01:36 +01:00
testplan.txt Added a testplan to test systematically. 2012-04-18 12:00:29 +02:00
testsyncfileitem.h libsync: Fix a case in which canceling the sync would result in some folder never being sync'ed 2015-02-12 20:00:04 +01:00
testsyncjournaldb.h Fix tests 2014-11-09 22:37:56 +01:00
testupdater.h Fix tests 2014-11-09 22:37:56 +01:00
testutility.h Utility: Use appropriate unit when converting from bytes to human readable units 2015-01-15 14:06:17 +01:00