jenkinsci / jenkinsci/subversion-plugin
[JENKINS-22742] SubversionSCMUnitTest.testLocalDirectoryIsExpandedWithEnvVars failed on Windows
- Dominant language
- Java
- Stars
- 131
- Forks
- 275
- Avg merge
- 12h 4m
- Merged PRs (30d)
- 6
Description
When SubversionSCMUnitTest.testLocalDirectoryIsExpandedWithEnvVars running on Windows, actual result is 'root\test\someMorePath' but expected result is 'root\test/someMorePath'. The second file separator should be plateform independant.
---
Originally reported by
flesire, imported from: SubversionSCMUnitTest.testLocalDirectoryIsExpandedWithEnvVars failed on Windows
Raw content of original issue
When SubversionSCMUnitTest.testLocalDirectoryIsExpandedWithEnvVars running on Windows, actual result is 'root\test\someMorePath' but expected result is 'root\test/someMorePath'. The second file separator should be plateform independant.
Contributor guide
Assessment
This issue has not been assessed yet.