nextcloud-desktop/csync/tests
Olivier Goffart a1dc4069c9 libsync: Don't store the remote URI in the csync or in the SyncEngine
We are going to change the webdav path depending on the capabilities.
But the SyncEngine and csync might have been created before the capabilities
are retrieved.

The main raison why we gave the path to the sync engine was to pass it to csync.
But the thing is that csync don't need anymore this url as everything is done by the
discovery classes in libsync that use the network jobs that use the account for the urls.
So csync do not need the remote URI.

shortenFilename in folderstatusmodel.cpp was useless because the string is the
_file of a SyncFileItem which is the relative file name, that name never
starts with owncloud://.

All the csync test creates the folder because csync use to check if the folder
exists. But we don't need to do that anymore
2016-11-21 08:09:11 +01:00
..
csync_tests libsync: Don't store the remote URI in the csync or in the SyncEngine 2016-11-21 08:09:11 +01:00
encoding_tests csync io: Fix UNC path conversion on Win #3748 2015-09-04 15:57:21 +02:00
log_tests Add missing license headers in tests 2014-02-24 11:08:58 +01:00
ownCloud Conflicts: Use the local mtime for the conflict file name #5273 2016-11-08 14:47:51 +01:00
std_tests Fix the MSVC build 2016-09-16 17:43:39 +02:00
vio_tests libsync: Don't store the remote URI in the csync or in the SyncEngine 2016-11-21 08:09:11 +01:00
CMakeLists.txt Don't install tests and cmocka lib. 2016-02-05 14:14:07 +01:00
cmdline.c Add missing license headers in tests 2014-02-24 11:08:58 +01:00
torture.c Add missing license headers in tests 2014-02-24 11:08:58 +01:00
torture.h Add missing license headers in tests 2014-02-24 11:08:58 +01:00
valgrind-csync.supp Move csync in order to merge it with mirall 2014-01-13 14:39:50 +01:00