owncloud / data_exporter

Export/Import for ownCloud user data
GNU General Public License v2.0
7 stars 5 forks source link

[Tests-Only] Restoring and renaming files in trashbin #154

Closed swoichha closed 4 years ago

swoichha commented 4 years ago

Description

Restoring and renaming files in trashbin after import

Related Issue

148

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist:

codecov[bot] commented 4 years ago

Codecov Report

Merging #154 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #154   +/-   ##
=========================================
  Coverage     85.67%   85.67%           
  Complexity      235      235           
=========================================
  Files            36       36           
  Lines          1117     1117           
=========================================
  Hits            957      957           
  Misses          160      160           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 677446b...97769d5. Read the comment docs.

swoichha commented 4 years ago

@jasson99 these text files and json files are the files that we get after exporting a user, which are used during importing user while running the tests.

kiranparajuli589 commented 4 years ago

LGTM :+1: