Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test to check for duplicate folder creation #1420

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tobiasKaminsky
Copy link
Member

No description provided.

Copy link
Contributor

github-actions bot commented Apr 8, 2024

SpotBugs

CategoryBaseNew
Bad practice3535
Correctness3434
Dodgy code2626
Internationalization66
Malicious code vulnerability4949
Multithreaded correctness33
Performance88
Total161161

Copy link

codecov bot commented Apr 8, 2024

Codecov Report

Merging #1420 (e4ac5ab) into master (06f93c8) will not change coverage.
Report is 13 commits behind head on master.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #1420   +/-   ##
=========================================
  Coverage     48.97%   48.97%           
  Complexity      996      996           
=========================================
  Files           206      206           
  Lines          7826     7826           
  Branches       1018     1018           
=========================================
  Hits           3833     3833           
  Misses         3444     3444           
  Partials        549      549           

Copy link
Contributor

@ZetaTom ZetaTom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test works as expected.

assertTrue(result.isSuccess());

// Create folder again
remotePath = mFullPath2FolderBase + "duplicateFolder";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remotePath is already set to this value.

Suggested change
remotePath = mFullPath2FolderBase + "duplicateFolder";

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants