[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: (javahl) bindings maintenance

From: Justin Erenkrantz <justin_at_erenkrantz.com>
Date: 2004-03-15 01:17:59 CET

--On Sunday, March 14, 2004 1:03 PM +0100 Patrick Mayweg <mayweg@qint.de>
wrote:

> I have created classes for doing regression tests for javahl in the trunk.
> They are not complete yet, but they have the scope like the basics tests of
> the command line client. Could you help me building a javahlcheck target in
> the Makefile ? This would help for 1.1 and later branches.

In r9048, I added a 'check-javahl' target. This'll pass all but one test for
me on Darwin (see below).

You'll need to pass --with-junit to get it to build. Ooh, I should make the
javahl-tests target optional if the user passes --with-junit to configure.
I'll add that momentarily. And, you will have to install the libsvnjavahl-1
library before you can run the javahl tests.

Let me know what you think. Thanks! -- justin

..........E........
Time: 140.131
There was 1 error:
1)
testBasicSwitch(org.tigris.subversion.javahl.tests.BasicTests)org.tigris.subve
rsion.javahl.ClientException: Path is not a working copy directory
svn: '.../subversion/working_copies' is not a working copy

        at org.tigris.subversion.javahl.SVNClient.doSwitch(Native Method)
        at
org.tigris.subversion.javahl.tests.BasicTests.testBasicSwitch(BasicTests.java:
381)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.j
ava:25)
        at
org.tigris.subversion.javahl.tests.BasicTests.main(BasicTests.java:48)

FAILURES!!!
Tests run: 18, Failures: 0, Errors: 1

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Mar 15 01:18:39 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.