Re: junit test results

From: Kris Jurka <books(at)ejurka(dot)com>
To: Frank Spies <frankspies(at)gmx(dot)de>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: junit test results
Date: 2007-04-16 19:51:14
Message-ID: Pine.BSO.4.64.0704161549460.6935@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

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(at)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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2007-04-16 23:55:49 Re: junit test results
Previous Message James House 2007-04-16 19:33:34 Re: Prepared Statements: Inefficient Type Conversion?