[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: JLDAP bug
At 08:46 AM 2002-01-06, Dane Foster wrote:
>Hello I have recently downloaded the JLDAP API and have successfully used it
>to replace dependency on the Netscape API. However, I've discovered a
>couple of bugs in the JLDAP API. I have written JUnit (www.junit.org)
>Testcases that can successfully reproduce the bugs and I've also written
>fixes. All of my coding is done in a Windows environment so I don't know
>much about CVS other than how to download stuff. How do I go about
>submitting the testcase code and the fixes?
See http://www.openldap.org/devel/contributing.html for details.
Basically, create a patch with the changes and submit using
the Issue Tracking System <http://www.openldap.org/its/>.
You can use cvs(1) to create the patch, e.g. cvs diff -u
You can provide the unit tests as well. Suggest you create
a .tgz (gnu zipped tar(1) archive) or .zip containing everything....
Kurt
- References:
- JLDAP bug
- From: "Dane Foster" <dfoster@equitytg.com>