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

Unneccessary line breaks in JUnit test results table since 1.576

      Seems to me related to JENKINS-24030:
      Since 1.576 the JUnit test result page looks ugly. Lots of unneccessary line breaks, especially in the 'duration' column.
      E.g. a duration of 1 minute 19 seconds is now shown as
      1 minute
      19
      seconds

          [JENKINS-24352] Unneccessary line breaks in JUnit test results table since 1.576

          Daniel Beck added a comment -

          Speculatively assigning to Tom because Tom's the UI guy

          Daniel Beck added a comment - Speculatively assigning to Tom because Tom's the UI guy

          Lars added a comment -

          Same with the tables in the side panel (build processor, build history, ...) with certain screen resolutions.

          Lars added a comment - Same with the tables in the side panel (build processor, build history, ...) with certain screen resolutions.

          Lars added a comment -

          Because there is nothing happening here, I fixed the JUnit table myself by installing the Simple Theme Plugin and adding the CSS
          .bigtable td {
          white-space: nowrap
          }

          Lars added a comment - Because there is nothing happening here, I fixed the JUnit table myself by installing the Simple Theme Plugin and adding the CSS .bigtable td { white-space: nowrap }

          Keith Zantow added a comment -

          For JUnit test results specifically, fixed in: https://github.com/jenkinsci/junit-plugin/pull/26

          Keith Zantow added a comment - For JUnit test results specifically, fixed in: https://github.com/jenkinsci/junit-plugin/pull/26

          Code changed in jenkins
          User: Keith Zantow
          Path:
          src/main/resources/hudson/tasks/junit/CaseResult/list.jelly
          src/main/resources/hudson/tasks/junit/ClassResult/body.jelly
          src/main/resources/hudson/tasks/junit/ClassResult/list.jelly
          src/main/resources/hudson/tasks/test/MetaTabulatedResult/body.jelly
          src/main/resources/hudson/tasks/test/MetaTabulatedResult/list.jelly
          src/main/resources/lib/hudson/test/aggregated-failed-tests.jelly
          src/test/java/hudson/tasks/test/TestReportUiTest.java
          http://jenkins-ci.org/commit/junit-plugin/011e7f736a4ae1fbdc1a8aa98aee9c24b80ee251
          Log:
          JENKINS-24352 - JUnit test result table wrapping duration text

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Keith Zantow Path: src/main/resources/hudson/tasks/junit/CaseResult/list.jelly src/main/resources/hudson/tasks/junit/ClassResult/body.jelly src/main/resources/hudson/tasks/junit/ClassResult/list.jelly src/main/resources/hudson/tasks/test/MetaTabulatedResult/body.jelly src/main/resources/hudson/tasks/test/MetaTabulatedResult/list.jelly src/main/resources/lib/hudson/test/aggregated-failed-tests.jelly src/test/java/hudson/tasks/test/TestReportUiTest.java http://jenkins-ci.org/commit/junit-plugin/011e7f736a4ae1fbdc1a8aa98aee9c24b80ee251 Log: JENKINS-24352 - JUnit test result table wrapping duration text

          Code changed in jenkins
          User: Oleg Nenashev
          Path:
          src/main/resources/hudson/tasks/junit/CaseResult/list.jelly
          src/main/resources/hudson/tasks/junit/ClassResult/body.jelly
          src/main/resources/hudson/tasks/junit/ClassResult/list.jelly
          src/main/resources/hudson/tasks/test/MetaTabulatedResult/body.jelly
          src/main/resources/hudson/tasks/test/MetaTabulatedResult/list.jelly
          src/main/resources/lib/hudson/test/aggregated-failed-tests.jelly
          src/test/java/hudson/tasks/test/TestReportUiTest.java
          http://jenkins-ci.org/commit/junit-plugin/b177f76e18819ca27b40c5ad8a3625d293c97d4f
          Log:
          Merge pull request #26 from kzantow/master

          JENKINS-24352 - JUnit test result table wrapping duration text

          Compare: https://github.com/jenkinsci/junit-plugin/compare/97b19434b20e...b177f76e1881

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Oleg Nenashev Path: src/main/resources/hudson/tasks/junit/CaseResult/list.jelly src/main/resources/hudson/tasks/junit/ClassResult/body.jelly src/main/resources/hudson/tasks/junit/ClassResult/list.jelly src/main/resources/hudson/tasks/test/MetaTabulatedResult/body.jelly src/main/resources/hudson/tasks/test/MetaTabulatedResult/list.jelly src/main/resources/lib/hudson/test/aggregated-failed-tests.jelly src/test/java/hudson/tasks/test/TestReportUiTest.java http://jenkins-ci.org/commit/junit-plugin/b177f76e18819ca27b40c5ad8a3625d293c97d4f Log: Merge pull request #26 from kzantow/master JENKINS-24352 - JUnit test result table wrapping duration text Compare: https://github.com/jenkinsci/junit-plugin/compare/97b19434b20e...b177f76e1881

            kzantow Keith Zantow
            wolterhis Lars
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: