desktop/test
alex-z 50ffc7373f Update file's metadata in the local database when the etag changes while file remains unchanged. Fix subsequent conflict when locking and unlocking.
Signed-off-by: alex-z <blackslayer4@gmail.com>
2022-12-30 16:57:32 +01:00
..
benchmarks Enable bugprone-too-small-loop-variable clang-tidy check 2020-09-01 06:37:03 +00:00
csync apply modernize-use-using via clang-tidy 2022-10-04 01:32:46 +02:00
manual/favlink
mockserver Replace deprecated QRegExp with QRegularExpression. 2021-11-02 08:54:06 +00:00
CMakeLists.txt Always build E2E tests, but only add to test suite if enabled 2022-11-23 08:40:46 +01:00
endtoendtestutils.cpp Add an end to end test utils file 2022-11-23 08:40:46 +01:00
endtoendtestutils.h Add an end to end test utils file 2022-11-23 08:40:46 +01:00
nextcloud_add_test.cmake Always build E2E tests, but only add to test suite if enabled 2022-11-23 08:40:46 +01:00
pushnotificationstestutils.cpp Don't compare integers with different signs 2021-08-11 20:20:39 +00:00
pushnotificationstestutils.h add [[nodiscard]] attribute via clang-tidy 2022-10-04 11:14:45 +02:00
sharetestutils.cpp Fix bad remote path in sharetestutils fakefolder, which led to failed FakePropfindReply being provided in tests 2022-12-13 17:40:16 +01:00
sharetestutils.h Moved all server mocking code for share model test to independent ShareTestUtils file 2022-10-31 18:06:10 +01: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 set mtime when building local sync folder state in automated tests 2022-11-22 15:08:46 +01:00
syncenginetestutils.h set mtime when building local sync folder state in automated tests 2022-11-22 15:08:46 +01:00
test_journal.db
testaccount.cpp fix [[nodiscard]] single warning 2022-10-04 11:14:45 +02:00
testactivitydata.cpp Add thumbnails for files in the activity view 2022-03-17 10:46:09 +00:00
testactivitylistmodel.cpp Update tests. 2022-10-17 11:29:23 +00:00
testallfilesdeleted.cpp tidy some loop related code: avoid one letter variable names 2022-11-18 16:02:21 +01:00
testasyncop.cpp Do not ignore return values for SyncJournalDB in unit tests. 2022-09-17 09:47:15 +02:00
testblacklist.cpp Do not ignore return values for SyncJournalDB in unit tests. 2022-09-17 09:47:15 +02:00
testcapabilities.cpp detect capabilities for lock/unlock of files 2022-05-02 13:52:05 +02:00
testcfapishellextensionsipc.cpp Fix CfApiShellExtensionsIPCTest. 2022-11-25 15:03:24 +01:00
testchecksumvalidator.cpp Refactor DeleteJob and DeleteApiJob to use SimpleFileJob. 2022-01-11 13:37:09 +00:00
testchunkingng.cpp fix instances of: c++11 range-loop might detach Qt container warnings 2022-11-18 16:02:21 +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
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 add [[nodiscard]] attribute via clang-tidy 2022-10-04 11:14:45 +02:00
teste2efiletransfer.cpp Add a file transfer e2e test 2022-11-23 08:40:46 +01:00
teste2eserversetup.cpp Add a test to check e2e server test setup 2022-11-23 08:40:46 +01:00
testexcludedfiles.cpp Fail build when Windows tests fail. Use GH Actions to build and run Windows tests. Create coverage and uppload it to codecov.io. 2022-06-10 15:18:54 +03:00
testfolder.cpp
testfolderman.cpp fix code format 2022-11-23 17:34:05 +01:00
testfolderwatcher.cpp fix instances of: c++11 range-loop might detach Qt container warnings 2022-11-18 16:02:21 +01:00
testhelper.cpp Moved all server mocking code for share model test to independent ShareTestUtils file 2022-10-31 18:06:10 +01:00
testhelper.h Moved all server mocking code for share model test to independent ShareTestUtils file 2022-10-31 18:06:10 +01:00
testiconutils.cpp Fix review comments. Use QImage for QML and QPixmap for rest of code. Do not cache images for QML. Fix tests. Use signal in QML. 2021-11-04 20:50:51 +00:00
testinotifywatcher.cpp Use QRandomGenerator instead of qrand 2021-09-08 08:54:00 +00:00
testlocaldiscovery.cpp test that files soon to be expired will be synced automatically 2022-10-11 16:01:58 +02:00
testlockedfiles.cpp testlockedfiles use long file path 2021-08-23 09:40:27 +02:00
testlockfile.cpp add extra tests for lock files to better capture desired behavior 2022-10-11 16:01:58 +02:00
testlongpath.cpp Add test for csync_vio_local_stat with long path 2021-08-23 09:40:27 +02:00
testnetrcparser.cpp
testnextcloudpropagator.cpp
testoauth.cpp add [[nodiscard]] attribute via clang-tidy 2022-10-04 11:14:45 +02:00
testownsql.cpp Move Prepared sql queries to seperate class to manage access 2021-08-23 09:40:26 +02:00
testpermissions.cpp fully qualify types in signals and slots 2022-11-15 09:57:54 +01:00
testplan.txt
testpushnotifications.cpp Fail build when Windows tests fail. Use GH Actions to build and run Windows tests. Create coverage and uppload it to codecov.io. 2022-06-10 15:18:54 +03:00
testremotediscovery.cpp Make argument singular to fix i18n issue 2021-11-05 10:00:17 +01:00
testremotewipe.cpp
testselectivesync.cpp Ensure local discovery on selective sync changes 2020-12-15 10:58:41 +01:00
testsetuserstatusdialog.cpp add [[nodiscard]] attribute via clang-tidy 2022-10-04 11:14:45 +02:00
testshareemodel.cpp Add testing for ShareeModel 2022-10-31 18:06:09 +01:00
testsharemodel.cpp Incorporate internal link share into tests 2022-12-13 17:33:38 +01:00
testsortedsharemodel.cpp Incorporate internal link share into tests 2022-12-13 17:33:38 +01:00
testsynccfapi.cpp Fix typo 2022-12-13 09:22:58 +01:00
testsyncconflict.cpp Update file's metadata in the local database when the etag changes while file remains unchanged. Fix subsequent conflict when locking and unlocking. 2022-12-30 16:57:32 +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 Fix SyncEngineTest failure when localstate is destroyed. 2022-12-15 10:32:10 +01:00
testsyncfileitem.cpp fully qualify types in signals and slots 2022-11-15 09:57:54 +01:00
testsyncfilestatustracker.cpp add [[nodiscard]] attribute via clang-tidy 2022-10-04 11:14:45 +02:00
testsyncjournaldb.cpp Fix typo 2022-12-13 09:22:58 +01:00
testsyncmove.cpp fix instances of: c++11 range-loop might detach Qt container warnings 2022-11-18 16:02:21 +01:00
testsyncvirtualfiles.cpp Fix typo 2022-12-13 09:22:58 +01:00
testsyncxattr.cpp Fix typo 2022-12-13 09:22:58 +01:00
testtalkreply.cpp Add TalkReply class and tests. 2022-03-17 17:50:33 +01: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 add [[nodiscard]] attribute via clang-tidy 2022-10-04 11:14:45 +02:00
testupdater.cpp
testuploadreset.cpp Do not ignore return values for SyncJournalDB in unit tests. 2022-09-17 09:47:15 +02:00
testutility.cpp Replace deprecated QRegExp with QRegularExpression. 2021-11-02 08:54:06 +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 add [[nodiscard]] attribute via clang-tidy 2022-10-04 11:14:45 +02:00