Branch: refs/heads/stable-3.3.x Home: https://github.com/jenkinsci/git-plugin Commit: c0bc37a94ffb2843c191906a724a09b61025532e https://github.com/jenkinsci/git-plugin/commit/c0bc37a94ffb2843c191906a724a09b61025532e Author: Mark Waite <mark.earl.wa...@gmail.com> Date: 2017-08-06 (Sun, 06 Aug 2017)
Changed paths: M src/test/java/jenkins/plugins/git/GitSCMFileSystemTest.java Log Message: ----------- Fix typos in GitSCMFileSystemTest naming The given_filesystem_when_askingChangesSinceNewRevision_then_changesArePopulatedButEmpty test had a confusing mix of xxx261 and xxx260 variables that were referring to tags which sometimes did not match the name of the variable. Makes the names consistent rather than risk confusing the reader of the test. Other tests referred to a GitSCMFileSystem instance as "instance" when it was then used as a file system reference to a specific commit. Changed the name to be clearer where it was referring. Preparing to remove the requirement that tests require all tags and all history in the working directory. Optimizations in git plugin 3.4.0 remove that assumption (and its resulting waste of time and disc space). Commit: 0bab6405f114b48cfd8116f6ffc2240dec02dd64 https://github.com/jenkinsci/git-plugin/commit/0bab6405f114b48cfd8116f6ffc2240dec02dd64 Author: Mark Waite <mark.earl.wa...@gmail.com> Date: 2017-08-06 (Sun, 06 Aug 2017) Changed paths: M src/test/java/jenkins/plugins/git/GitSCMFileSystemTest.java Log Message: ----------- Adapt GitSCMFileSystemTest to always have git-2.6.0 and git-2.6.1 tags May eventually rework the test to not depend on those tags, but it is simple enough to pull the tags into the current repository if they are not found. Compare: https://github.com/jenkinsci/git-plugin/compare/051f766ab8ca...0bab6405f114 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.