Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-22742

SubversionSCMUnitTest.testLocalDirectoryIsExpandedWithEnvVars failed on Windows

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • subversion-plugin
    • None

      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.

          [JENKINS-22742] SubversionSCMUnitTest.testLocalDirectoryIsExpandedWithEnvVars failed on Windows

          kutzi added a comment -

          Not related to test-stability-plugin. Updating components.

          kutzi added a comment - Not related to test-stability-plugin. Updating components.

          Code changed in jenkins
          User: Fabien Lesire
          Path:
          src/test/java/hudson/scm/SubversionSCMUnitTest.java
          http://jenkins-ci.org/commit/subversion-plugin/53da2857c018f7e163b3847b6039b5fd998f3987
          Log:
          JENKINS-22742 : Be sure that file paths used in tests are plateform-independant.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Fabien Lesire Path: src/test/java/hudson/scm/SubversionSCMUnitTest.java http://jenkins-ci.org/commit/subversion-plugin/53da2857c018f7e163b3847b6039b5fd998f3987 Log: JENKINS-22742 : Be sure that file paths used in tests are plateform-independant.

          Code changed in jenkins
          User: Christoph Kutzinski
          Path:
          src/test/java/hudson/scm/SubversionSCMUnitTest.java
          http://jenkins-ci.org/commit/subversion-plugin/5272f7aa67c478499b733813004081e074d97766
          Log:
          Merge pull request #79 from flesire/JENKINS-22742

          JENKINS-22742 : Make sure that file paths used in tests are platform-independent

          Compare: https://github.com/jenkinsci/subversion-plugin/compare/929864e62792...5272f7aa67c4

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Christoph Kutzinski Path: src/test/java/hudson/scm/SubversionSCMUnitTest.java http://jenkins-ci.org/commit/subversion-plugin/5272f7aa67c478499b733813004081e074d97766 Log: Merge pull request #79 from flesire/ JENKINS-22742 JENKINS-22742 : Make sure that file paths used in tests are platform-independent Compare: https://github.com/jenkinsci/subversion-plugin/compare/929864e62792...5272f7aa67c4

            Unassigned Unassigned
            flesire Fabien Lesire
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: