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

[PATCH] javaHL testBasicLogMessage test fails

From: David James <staple_at_gmail.com>
Date: 2004-08-29 23:45:27 CEST

In the latest version of Subversion, the "testBasicLogMessage" test
fails because the word "LogMessage" is spelled incorrectly in the test
code, but is spelled correctly in the Subversion source code. This
patch corrects the spelling in the test case, and therefore fixes this
issue.

The patch is attached.

Cheers,

David James

Type make javahl-check to get these error messages:
/usr/lib/j2se/1.4/bin/java
-Djava.library.path=/home/djames/subversion/build/install/lib
-classpath subversion/bindings/java/javahl/classes:/usr/local/lib/junit.jar
org.tigris.subversion.javahl.tests.BasicTests
....................F
Time: 130.088
There was 1 failure:
1) testBasicLogMessage(org.tigris.subversion.javahl.tests.BasicTests)
junit.framework.ComparisonFailure: wrong message expected:<......> but
was:<...s...>
    at org.tigris.subversion.javahl.tests.BasicTests.testBasicLogMessage(BasicTests.java:1281)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at org.tigris.subversion.javahl.tests.BasicTests.main(BasicTests.java:67)

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

  • application/octet-stream attachment: diff
Received on Sun Aug 29 23:45:50 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.