[JIRA] [junit] (JENKINS-17478) Add extension point to rewrite test names

2013-05-21 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-17478


Add extension point to rewrite test names















Code changed in jenkins
User: Jesse Glick
Path:
 changelog.html
 core/src/main/java/hudson/tasks/junit/CaseResult.java
 core/src/main/java/hudson/tasks/junit/ClassResult.java
 test/src/test/java/hudson/tasks/junit/TestNameTransformerTest.java
http://jenkins-ci.org/commit/jenkins/6ea4532da3348453c8ebadee5bb3a2fa2d9897e6
Log:
  Merge pull request #774 from dnadolny/master

JENKINS-17478 Various improvements from code reviews


Compare: https://github.com/jenkinsci/jenkins/compare/b5d96e27dd8c...6ea4532da334




























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[JIRA] [junit] (JENKINS-17478) Add extension point to rewrite test names

2013-05-02 Thread scm_issue_l...@java.net (JIRA)















































SCM/JIRA link daemon
 resolved  JENKINS-17478 as Fixed


Add extension point to rewrite test names
















Change By:


SCM/JIRA link daemon
(02/May/13 8:15 PM)




Status:


Open
Resolved





Resolution:


Fixed



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[JIRA] [junit] (JENKINS-17478) Add extension point to rewrite test names

2013-05-02 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-17478


Add extension point to rewrite test names















Code changed in jenkins
User: dnadolny
Path:
 core/src/main/java/hudson/tasks/junit/CaseResult.java
 core/src/main/java/hudson/tasks/junit/ClassResult.java
 core/src/main/java/hudson/tasks/junit/PackageResult.java
 core/src/main/java/hudson/tasks/junit/TestNameTransformer.java
 core/src/main/resources/hudson/tasks/junit/CaseResult/index.jelly
 core/src/main/resources/hudson/tasks/junit/ClassResult/body.jelly
 core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary.jelly
 core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body.jelly
 core/src/test/java/hudson/tasks/junit/SuiteResultTest.java
 test/src/test/java/hudson/tasks/junit/TestNameTransformerTest.java
 test/src/test/java/hudson/tasks/junit/TestResultPublishingTest.java
http://jenkins-ci.org/commit/jenkins/4e37084360a3c400b301b5db154a63afb4b3e7d2
Log:
  Merge pull request #769 from dnadolny/master

FIXED JENKINS-17478 Add extension point to rewrite JUnit test names


Compare: https://github.com/jenkinsci/jenkins/compare/53d1e20f6252...4e37084360a3




























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[JIRA] [junit] (JENKINS-17478) Add extension point to rewrite test names

2013-04-04 Thread donny.nado...@hotmail.com (JIRA)














































Donny Nadolny
 created  JENKINS-17478


Add extension point to rewrite test names















Issue Type:


Improvement



Assignee:


Donny Nadolny



Components:


junit



Created:


04/Apr/13 5:26 PM



Description:


It's easy to write JUnit tests in scala, however scala allows more flexibility in naming than java does. In particular, if you enclose an identifier with back ticks, you can include symbols, spaces, and other characters that are not valid names in java. The scala compiler encodes them, eg `hello world` becomes "hello$u0020world".

It can be helpful to write test method names between back ticks so that you can give an easy to read statement of what is the test expects. The problem is that these names are displayed in Jenkins as the encoded version, which is hard to read.

This task is to create an extension point to allow a plugin to rewrite the package/class/method names so that they are displayed in the JUnit results pages in a readable format.

I've used scala as an example, but this would apply to any JVM language that allows invalid java identifiers in its own identifiers by encoding them.




Project:


Jenkins



Priority:


Minor



Reporter:


Donny Nadolny

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.