nextcloud-desktop/csync/tests/csync_tests
Olivier Goffart fa38bf7029 Make sure the fileid are saved to the database when upgrading from owncloud5 to owncloud6
We fetch the id from the server, but don't save them in the database.

I Could have used INSTRUCTION_UPDATED for that, but then i would need to update the
reconcile algorithm to take in account the fact that UPDATED is possible there.

Instead, use should_update_etag  which means the db is going to be written again

Remove reference to old instruction _UPDATED and _DELETED which does not make sens with
the new propagator

Improve the test to test this case,  and that etags are properly writen to the DB
when there is a fake conflict
2014-04-18 18:27:27 +02:00
..
check_csync_commit.c Add missing license headers in tests 2014-02-24 11:08:58 +01:00
check_csync_create.c csync: Remove outdated tests 2014-02-28 16:43:15 +01:00
check_csync_exclude.c Add missing license headers in tests 2014-02-24 11:08:58 +01:00
check_csync_init.c Add missing license headers in tests 2014-02-24 11:08:58 +01:00
check_csync_log.c Add missing license headers in tests 2014-02-24 11:08:58 +01:00
check_csync_misc.c Add missing license headers in tests 2014-02-24 11:08:58 +01:00
check_csync_statedb_load.c Remove unused variable. 2014-03-26 18:18:20 +01:00
check_csync_statedb_query.c Fix statedb tests. 2014-03-20 12:35:16 +01:00
check_csync_update.c Make sure the fileid are saved to the database when upgrading from owncloud5 to owncloud6 2014-04-18 18:27:27 +02:00
check_csync_util.c Add missing license headers in tests 2014-02-24 11:08:58 +01:00