-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewrite JobTest#testSetProgressGroup #1026
The test method JobTest#testSetProgressGroup mixes up at least five test cases into one method. This makes it hard to comprehend what actually is tested and to identify the reasons for a failure. This change splits up the five test cases into separate methods with names reflecting their purpose and a reduced setup to what is necessary for the test case. Since the original test method is randomly failing, this change will make it easier to find the reasons. Contributes to #1026
- Loading branch information
1 parent
6ed9800
commit b23a33c
Showing
1 changed file
with
65 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters