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

TAP result seeker filters files with a fixed char

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • testlink-plugin
    • None

      TapFileNameResultSeeker.java at line 168 looks for a TAP result file using a fixed slash char (being platform dependent). It could be better to replace the mentioned backslash with a "File.separator"

          [JENKINS-20587] TAP result seeker filters files with a fixed char

          Javier Delgado added a comment - Fixed at pull requests #9

          Code changed in jenkins
          User: witokondoria
          Path:
          src/main/java/hudson/plugins/testlink/result/TAPFileNameResultSeeker.java
          http://jenkins-ci.org/commit/testlink-plugin/020b9bc0db94eb97511f9e567a5c0ab163437964
          Log:
          [FIXED JENKINS-20587] Used File.separator as seek filter for TAP results

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: witokondoria Path: src/main/java/hudson/plugins/testlink/result/TAPFileNameResultSeeker.java http://jenkins-ci.org/commit/testlink-plugin/020b9bc0db94eb97511f9e567a5c0ab163437964 Log: [FIXED JENKINS-20587] Used File.separator as seek filter for TAP results

          Code changed in jenkins
          User: Bruno P. Kinoshita
          Path:
          pom.xml
          src/main/java/hudson/plugins/testlink/result/TAPFileNameResultSeeker.java
          http://jenkins-ci.org/commit/testlink-plugin/6bfecb9b85945fd552e1531241fce35432cd687a
          Log:
          Merge pull request #11 from witokondoria/JENKINS-20587

          [FIXED JENKINS-20587]

          Compare: https://github.com/jenkinsci/testlink-plugin/compare/aff9bdef7def...6bfecb9b8594

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Bruno P. Kinoshita Path: pom.xml src/main/java/hudson/plugins/testlink/result/TAPFileNameResultSeeker.java http://jenkins-ci.org/commit/testlink-plugin/6bfecb9b85945fd552e1531241fce35432cd687a Log: Merge pull request #11 from witokondoria/ JENKINS-20587 [FIXED JENKINS-20587] Compare: https://github.com/jenkinsci/testlink-plugin/compare/aff9bdef7def...6bfecb9b8594

            witokondoria Javier Delgado
            witokondoria Javier Delgado
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: