kblincoe / VisualGit_SE701_2019_3

1 stars 0 forks source link

301 Valid Delete Options #329

Closed kk closed 5 years ago

kk commented 5 years ago

Fixes issue #301. Attempting to delete a branch will now only show valid delete options.

Test case setup:

Test case 1:

Test case 2:

Test case 3:

The branch delete function should also be tested by deleting a branch and checking if a the branch is deleted via "git branch -a".

pqua613 commented 5 years ago

Based on the above test cases, I can't find any problems with this implementation. I did find that 2 remote branches can't be deleted in the same session. This, however, is outside the scope of this issue and another issue should be created to address this.