Releases: scm4j/scm4j-vcs-test
Releases · scm4j/scm4j-vcs-test
v1.16.0
- setFilesContent() using VCSChangeListNode is implemented
- fixed "unknown HEAD hash id" on viewing the Git working copy from tortoiseGit
- using Java 1.8 in build.gradle
v12.0
getTagsList() test: do not check tags order
v10.0
- getHeadCommit() returns null if branch is not found
refactor, minor improvements
v9.0
Test data is generated in separate LWCs
got rid of unnecessary getTestRepoUrl()
documentation updated
v8.0
getCommitsRange() test: added test if requested commits amount exceeds actual commits amount
added branches prefixing testing
v7.0
test EVCSBranchNotFound throwing added in testFileGetSetContent()
v5.0
added testing tag removing and creating from separate working copies
added gradle test failures logging
v4.2
getBranches() test: removed amount of returned branches checking because SVN can not differ branch and folder. Branch + branch/folder are returned by SVN, branch/folder only is returned by Git