Browse Source

Add initial testing setup for file tag model

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra 2 years ago
parent
commit
955f4de7d2
2 changed files with 27 additions and 0 deletions
  1. 1 0
      test/CMakeLists.txt
  2. 26 0
      test/testfiletagmodel.cpp

+ 1 - 0
test/CMakeLists.txt

@@ -70,6 +70,7 @@ nextcloud_add_test(ShareModel)
 nextcloud_add_test(ShareeModel)
 nextcloud_add_test(SortedShareModel)
 nextcloud_add_test(SecureFileDrop)
+nextcloud_add_test(FileTagModel)
 
 target_link_libraries(SecureFileDropTest PRIVATE Nextcloud::sync)
 configure_file(fake2eelocksucceeded.json "${PROJECT_BINARY_DIR}/bin/fake2eelocksucceeded.json" COPYONLY)

File diff suppressed because it is too large
+ 26 - 0
test/testfiletagmodel.cpp


Some files were not shown because too many files changed in this diff