[JIRA] (JENKINS-51481) Parse error occur when NUnit report have categories

2018-05-28 Thread luebbe.opensou...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Lübbe Onken commented on  JENKINS-51481  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Parse error occur when NUnit report have categories   
 

  
 
 
 
 

 
 Is there anything we can/should do on the Delphi side to bring the DUnitX NUnit style reports into the proper format? I could also implement a new writer that creats NUnit3 format.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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/d/optout.


[JIRA] (JENKINS-51481) Parse error occur when NUnit report have categories

2018-05-27 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-51481  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Parse error occur when NUnit report have categories   
 

  
 
 
 
 

 
 Code changed in jenkins User: Nikolas Falco Path: src/main/resources/org/jenkinsci/plugins/xunit/types/nunit-1.0-to-junit.xsl src/main/resources/org/jenkinsci/plugins/xunit/types/nunit-2.x-to-junit.xsl src/test/java/org/jenkinsci/plugins/xunit/types/AbstractTest.java src/test/java/org/jenkinsci/plugins/xunit/types/NUnitTest.java src/test/resources/org/jenkinsci/plugins/xunit/types/nunit/testcase11/input.xml src/test/resources/org/jenkinsci/plugins/xunit/types/nunit/testcase11/result.xml src/test/resources/org/jenkinsci/plugins/xunit/types/nunit/testcase12/input.xml src/test/resources/org/jenkinsci/plugins/xunit/types/nunit/testcase12/result.xml http://jenkins-ci.org/commit/xunit-plugin/d714f7ad991531302aa2d70dce00d90b9ee74ea2 Log: JENKINS-51481 Parse error occur when NUnit report have categories Improve testcase name when trim testsuite name.  *NOTE:* This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/  Functionality will be removed from GitHub.com on January 31st, 2019.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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/d/optout.


[JIRA] (JENKINS-51481) Parse error occur when NUnit report have categories

2018-05-27 Thread nfalc...@hotmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Nikolas Falco resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-51481  
 
 
  Parse error occur when NUnit report have categories   
 

  
 
 
 
 

 
Change By: 
 Nikolas Falco  
 
 
Status: 
 In Progress Resolved  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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/d/optout.


[JIRA] (JENKINS-51481) Parse error occur when NUnit report have categories

2018-05-27 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-51481  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Parse error occur when NUnit report have categories   
 

  
 
 
 
 

 
 Code changed in jenkins User: Nikolas Falco Path: src/main/java/org/jenkinsci/plugins/xunit/types/NUnit.java src/main/resources/org/jenkinsci/plugins/xunit/types/model/xsd/junit-10.xsd src/main/resources/org/jenkinsci/plugins/xunit/types/nunit-1.0-to-junit-2.xsl src/main/resources/org/jenkinsci/plugins/xunit/types/nunit-1.0-to-junit.xsl src/main/resources/org/jenkinsci/plugins/xunit/types/nunit-2.1.xsd src/main/resources/org/jenkinsci/plugins/xunit/types/nunit-2.2.xsd src/main/resources/org/jenkinsci/plugins/xunit/types/nunit-2.4.xsd src/main/resources/org/jenkinsci/plugins/xunit/types/nunit-2.5.xsd src/main/resources/org/jenkinsci/plugins/xunit/types/nunit-2.6.xsd src/main/resources/org/jenkinsci/plugins/xunit/types/nunit-2.x-to-junit.xsl src/main/resources/org/jenkinsci/plugins/xunit/types/nunit-2.x.xsd src/test/java/org/jenkinsci/plugins/xunit/types/NUnitTest.java src/test/resources/org/jenkinsci/plugins/xunit/types/junit/testcase1/input.xml src/test/resources/org/jenkinsci/plugins/xunit/types/junit/testcase3/input.xml src/test/resources/org/jenkinsci/plugins/xunit/types/nunit/NUnit.xml src/test/resources/org/jenkinsci/plugins/xunit/types/nunit/NUnitUnicode.xml src/test/resources/org/jenkinsci/plugins/xunit/types/nunit/testcase10/input.xml src/test/resources/org/jenkinsci/plugins/xunit/types/nunit/testcase10/result.xml src/test/resources/org/jenkinsci/plugins/xunit/types/nunit/testcase2/input.xml src/test/resources/org/jenkinsci/plugins/xunit/types/nunit/testcase2/result.xml src/test/resources/org/jenkinsci/plugins/xunit/types/nunit/testcase5/input.xml src/test/resources/org/jenkinsci/plugins/xunit/types/nunit/testcase6/input.xml src/test/resources/org/jenkinsci/plugins/xunit/types/nunit/testcase7/result.xml src/test/resources/org/jenkinsci/plugins/xunit/types/nunit/testcase8/input.xml src/test/resources/org/jenkinsci/plugins/xunit/types/nunit/testcase8/result.xml src/test/resources/org/jenkinsci/plugins/xunit/types/nunit/testcase9/input.xml src/test/resources/org/jenkinsci/plugins/xunit/types/nunit/testcase9/result.xml src/test/resources/org/jenkinsci/plugins/xunit/types/nunit3/testcase3/input.xml http://jenkins-ci.org/commit/xunit-plugin/a97f56a2c67185cff9bd6349f41b7bd819d5844e Log: JENKINS-51481 Parse error occur when NUnit report have categories Create a new XSD compatible with all 2.x NUnit version (gathered NUnit XSD version from official distribution archive). Rewrite the XSL file to create a more complete JUnit report to support also categories and more.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 
 

[JIRA] (JENKINS-51481) Parse error occur when NUnit report have categories

2018-05-27 Thread nfalc...@hotmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Nikolas Falco updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-51481  
 
 
  Parse error occur when NUnit report have categories   
 

  
 
 
 
 

 
Change By: 
 Nikolas Falco  
 
 
Summary: 
 nUnit Import: 'Conversion Parse  error  Error to convert the input XML document' with 2.0.0  occur when NUnit report have categories  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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/d/optout.