Re: Publish JUnit test result report containing multiple testsuites

2013-01-24 Thread andreaf
You should be able to use a "testsuites" root element https://svn.jenkins-ci.org/trunk/hudson/dtkit/dtkit-format/dtkit-junit-model/src/main/resources/com/thalesgroup/dtkit/junit/model/xsd/junit-4.xsd On Wednesday, July 11, 2012 2:33:23 PM UTC+1, Ilko wrote: > > the xml specifications allows single

Re: Publish JUnit test result report containing multiple testsuites

2013-01-24 Thread Andrea Frittoli
You should be able to use a "testsuites" root element https://svn.jenkins-ci.org/trunk/hudson/dtkit/dtkit-format/dtkit-junit-model/src/main/resources/com/thalesgroup/dtkit/junit/model/xsd/junit-4.xsd On Wednesday, July 11, 2012 2:33:23 PM UTC+1, Ilko wrote: > > the xml specifications allows single

Re: Publish JUnit test result report containing multiple testsuites

2012-07-11 Thread Ilko Iliev
the xml specifications allows single root elem only - that is why the parser complains about not well-formed markup On Wed, Jul 11, 2012 at 3:23 PM, CB wrote: > Thanks for the information. This confirmed my guess that only 1 per > file was the answer. I refactored the test source to make > m

Re: Publish JUnit test result report containing multiple testsuites

2012-07-11 Thread CB
Thanks for the information. This confirmed my guess that only 1 per file was the answer. I refactored the test source to make multiple-test-suite files be larger single-test-suite files.

Re: Publish JUnit test result report containing multiple testsuites

2012-07-03 Thread Mark Waite
om: CB >To: jenkinsci-users@googlegroups.com >Sent: Tuesday, July 3, 2012 9:08 AM >Subject: Publish JUnit test result report containing multiple testsuites > > >I have cxxtest unit tests publishing JUnit-like output using a custom >XmlPrinter.  A few test files contain mul

Publish JUnit test result report containing multiple testsuites

2012-07-03 Thread CB
I have cxxtest unit tests publishing JUnit-like output using a custom XmlPrinter. A few test files contain multiple testsuites, causing an xml output with multiple elements, example; However, Jenkins Junit publisher ch