Thread: junit test results

junit test results

From
Frank Spies
Date:
Hi all,

I checked out the code and tried to build it in Hudson
(hudson.dev.java.net). To use the JUnit test reports Hudson (and
probably most other tools that can do JUnit reporting) requires that the
results are written to files. I changed that in build.xml, please have a
look...

Attachment

Re: junit test results

From
Kris Jurka
Date:

On Sun, 15 Apr 2007, Frank Spies wrote:

> I checked out the code and tried to build it in Hudson
> (hudson.dev.java.net). To use the JUnit test reports Hudson (and
> probably most other tools that can do JUnit reporting) requires that the
> results are written to files. I changed that in build.xml, please have a
> look...
>

Could you create this patch outside of Netbeans?  Netbeans produces
invalid patch files that I cannot apply:

jurka@tony:~/pg/jdbc/projects/junitlog$ patch -p6 < build.xml.diff
patching file build.xml
patch: **** Premature `---' at line 28; check line numbers at line 20

Kris Jurka


Re: junit test results

From
Kris Jurka
Date:
Frank Spies wrote:
> here it is...
>
>> Could you create this patch outside of Netbeans?  Netbeans produces
>> invalid patch files that I cannot apply:
>>

Uggh.  That's even worse, with gratuitous whitespace changes all over
the place.  I've manually extracted your chnages out of the initial
patch and applied them.

Kris Jurka