[GitHub] maven pull request: Modifying test in DefaultWagonManagerTest

2016-05-28 Thread august782
GitHub user august782 opened a pull request: https://github.com/apache/maven/pull/86 Modifying test in DefaultWagonManagerTest The two tests testGetMissingJar and testGetMissingJarForced have exactly the same test bodies. From their names, it seems testGetMissingJarForced should

[GitHub] maven pull request: Removing redundant test

2016-05-27 Thread august782
GitHub user august782 opened a pull request: https://github.com/apache/maven/pull/85 Removing redundant test In FileSizeFormatTest, the two tests testProgressedSizeWithZeroSize and testProgressedSizeZeroAndSizeZero are exactly the same, so one of them should be deleted. This pull

[GitHub] maven pull request: Fixing misspellings in test names (Progessed t...

2016-05-26 Thread august782
Github user august782 commented on the pull request: https://github.com/apache/maven/pull/83#issuecomment-221928742 This pull request's status right now is "Merged" and I cannot close this pull request. --- If your project is set up for it, you can reply to this emai

[GitHub] maven pull request: Fixing misspellings in test names

2016-05-25 Thread august782
GitHub user august782 opened a pull request: https://github.com/apache/maven/pull/84 Fixing misspellings in test names Similar to Pull Request #83, I found more test names I believe are misspelled, and this pull request simply addresses those misspellings. You can merge this pull

[GitHub] maven pull request: Fixing misspellings in test names (Progessed t...

2016-05-25 Thread august782
GitHub user august782 opened a pull request: https://github.com/apache/maven/pull/83 Fixing misspellings in test names (Progessed to Progressed) I noticed that there seem to be some misspellings in the test names in this test class (along with some similar misspellings in local