[JIRA] (JENKINS-41094) For Unittest++ xml, only the content of the first tag of each test case is recognized

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


 
 
 
 

 
 
 

 
   
 Nikolas Falco assigned an issue to Nikolas Falco  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41094  
 
 
  For Unittest++ xml, only the content of the first  tag of each test case is recognized   
 

  
 
 
 
 

 
Change By: 
 Nikolas Falco  
 
 
Assignee: 
 Gregory Boissinot Nikolas Falco  
 

  
 
 
 
 

 
 
 

 
 
 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-41094) For Unittest++ xml, only the content of the first tag of each test case is recognized

2017-01-15 Thread jenk...@jme.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Joe Merten created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41094  
 
 
  For Unittest++ xml, only the content of the first  tag of each test case is recognized   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Gregory Boissinot  
 
 
Components: 
 xunit-plugin  
 
 
Created: 
 2017/Jan/16 12:16 AM  
 
 
Environment: 
 Jenkins 1.653, Linux  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Joe Merten  
 

  
 
 
 
 

 
 For this example xml: 

 

"1.0"?>

  "Package.Suite" name="Testname">
Some output at the beginning of the test
"Path/Filename.cxx(1) : Failed for some reason"/>
Some output at the end of the test
  

 

 the xUnit plugin shows only the content of the first  tag. The content of the second  tag "Some output at the end of the test" is not displayed.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment