nextcloud-desktop/test
Camila 5788f35e82
Skip sync exclude file from list of exclude files if it doesn't exist.
The file might not exist anymore because the user deleted it by hand or
the folder where it was located got unchecked in the selective sync
view. It is a fix for #2632.

Signed-off-by: Camila <hello@camila.codes>
2021-10-28 11:37:56 +02:00
..
benchmarks Enable bugprone-too-small-loop-variable clang-tidy check 2020-09-01 06:37:03 +00:00
csync use alias target for internal libraries 2021-10-06 07:56:33 +00:00
manual/favlink License: Adjust license of GPLv2 source files to GPLv2+ 2016-10-25 11:06:54 +02:00
mockserver Please the clang-tidy overlord 2020-12-15 11:01:53 +01:00
CMakeLists.txt Unified Search via Tray window 2021-10-25 14:45:05 +03:00
nextcloud_add_test.cmake Fix BUILD_TESTING on non Linux unices 2021-10-12 16:32:24 +02:00
pushnotificationstestutils.cpp Don't compare integers with different signs 2021-08-11 20:20:39 +00:00
pushnotificationstestutils.h let clang-tidy add missing override after enabling again the check 2021-08-31 08:35:56 +00:00
stubfolderman.cpp VFS: Tell the vfs plugin whether we have multiple accounts 2020-12-15 10:59:14 +01:00
stubremotewipe.cpp Clazy: Fix some warnigns 2020-12-15 10:59:17 +01:00
syncenginetestutils.cpp schedule files upload after all other jobs have been completed 2021-10-26 14:26:28 +02:00
syncenginetestutils.h add test to check the order of actions when uploading new files 2021-10-26 12:45:15 +02:00
test_journal.db test_journal.db: Add checksumtype table 2017-06-22 15:11:49 +02:00
testaccount.cpp fix review comment 2021-07-29 08:27:53 +00:00
testallfilesdeleted.cpp in wizard always use the correct way to get dav path 2021-07-28 09:45:49 +00:00
testasyncop.cpp Please the clang-tidy overlord 2020-12-15 11:01:53 +01:00
testblacklist.cpp Fix testblacklist.cpp 2021-08-11 17:13:44 +00:00
testcapabilities.cpp Extend TestCapabilities with shareDefaultPermissions tests. 2021-09-27 08:53:45 +00:00
testchecksumvalidator.cpp l10n: Replace apostrophe with double quotation. Remove double space and sort sentence. 2021-08-03 15:00:53 +03:00
testchunkingng.cpp Speedup test build by compile the fake server just once 2020-12-15 10:59:27 +01:00
testclientsideencryption.cpp VFS + E2EE. Improved data alignment and unit tests for StreamingDecryptor. Refactoring and renaming for readability. 2021-08-20 12:57:22 +00:00
testconcaturl.cpp Enable the modernize-use-using check on clang-tidy 2020-08-12 18:18:57 +02:00
testcookies.cpp Use QDateTime::startOfDay() 2021-09-08 08:54:00 +00:00
testdatabaseerror.cpp Test that the sync behave well if there are errors while reading the database 2020-12-15 10:58:17 +01:00
testdownload.cpp Please the clang-tidy overlord 2020-12-15 11:01:53 +01:00
testexcludedfiles.cpp Skip sync exclude file from list of exclude files if it doesn't exist. 2021-10-28 11:37:56 +02:00
testfolder.cpp Move Utility to a new common static library 2017-09-05 17:25:19 +02:00
testfolderman.cpp Invoke 'bool Folder::isSyncRunning() const' from tests. 2021-07-28 08:58:00 +00:00
testfolderwatcher.cpp Use QRandomGenerator instead of qrand 2021-09-08 08:54:00 +00:00
testhelper.cpp Remove unused functions and variables 2021-08-11 20:20:39 +00:00
testhelper.h switch from Q_DECL_OVERRIDE to plain override 2021-08-31 08:35:57 +00:00
testiconutils.cpp Enable share to Talk and Email. Display correct icon. Added unit tests. 2021-09-06 13:27:39 +00:00
testinotifywatcher.cpp Use QRandomGenerator instead of qrand 2021-09-08 08:54:00 +00:00
testlocaldiscovery.cpp Trim trailing spaces before uploading files 2021-10-14 11:22:59 +00:00
testlockedfiles.cpp testlockedfiles use long file path 2021-08-23 09:40:27 +02:00
testlongpath.cpp Add test for csync_vio_local_stat with long path 2021-08-23 09:40:27 +02:00
testnetrcparser.cpp For tests we do not need a xserver running. 2016-05-12 11:34:21 +02:00
testnextcloudpropagator.cpp Enable the modernize-use-using check on clang-tidy 2020-08-12 18:18:57 +02:00
testnotificationcache.cpp our source code files have lower case names 2021-10-25 15:38:21 +02:00
testoauth.cpp Please the clang-tidy overlord 2020-12-15 11:01:53 +01:00
testownsql.cpp Move Prepared sql queries to seperate class to manage access 2021-08-23 09:40:26 +02:00
testpermissions.cpp Rename csync_instructions_e -> SyncInsturctions 2020-12-15 10:59:10 +01:00
testplan.txt Minor typos in client test section 2015-09-10 18:11:44 +05:45
testpushnotifications.cpp Add dialog to set user status 2021-09-09 11:18:22 +02:00
testremotediscovery.cpp Fix tests. 2021-07-30 06:21:05 +00:00
testremotewipe.cpp Once client gets 401/403 from the server, check if remote wipe was requested. 2019-10-17 20:11:31 +02:00
testselectivesync.cpp Ensure local discovery on selective sync changes 2020-12-15 10:58:41 +01:00
testsetuserstatusdialog.cpp Add dialog to set user status 2021-09-09 11:18:22 +02:00
testsynccfapi.cpp Don't treat new folders in unpinned folders as files to dehydrate 2021-01-26 17:09:24 +00:00
testsyncconflict.cpp Rename csync_instructions_e -> SyncInsturctions 2020-12-15 10:59:10 +01:00
testsyncdelete.cpp Move test for issue #1329 from t1.pl to new test system 2020-12-15 10:58:29 +01:00
testsyncengine.cpp add test to check the order of actions when uploading new files 2021-10-26 12:45:15 +02:00
testsyncfileitem.cpp For tests we do not need a xserver running. 2016-05-12 11:34:21 +02:00
testsyncfilestatustracker.cpp SocketAPI: fix status after a failure to move 2020-12-15 10:59:09 +01:00
testsyncjournaldb.cpp Fix unittests 2021-08-23 09:40:27 +02:00
testsyncmove.cpp Add unit test for move custom remote root 2021-06-25 10:14:29 +00:00
testsyncvirtualfiles.cpp Check result of setPinState() 2021-08-11 20:20:39 +00:00
testsyncxattr.cpp Check result of setPinState() 2021-08-11 20:20:39 +00:00
testtheme.cpp Enable share to Talk and Email. Display correct icon. Added unit tests. 2021-09-06 13:27:39 +00:00
testunifiedsearchlistmodel.cpp Unified Search via Tray window 2021-10-25 14:45:05 +03:00
testupdater.cpp For tests we do not need a xserver running. 2016-05-12 11:34:21 +02:00
testuploadreset.cpp Fix warnings about signedness 2020-12-15 10:58:41 +01:00
testutility.cpp Use QRandomGenerator instead of qrand 2021-09-08 08:54:00 +00:00
testxmlparse.cpp Use dav instead of webdav 2021-07-16 12:42:02 +00:00
themeutils.cpp Split out wizard welcome page 2021-03-10 09:55:40 +01:00
themeutils.h Split out wizard welcome page 2021-03-10 09:55:40 +01:00