You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Vladimir Berezniker <vm...@hitechman.com> on 2012/04/22 06:13:41 UTC

[RFC][PATCH 21/22] JavaHL Ra API Implementation

[[[
    JavaHL: Expose additional methods publicly so that readonly tests can
use them to setup a single shared readonly test repository to speed up tests

    [ in subversion/bindings/javahl/test/org/tigris/subversion/javahl/ ]

    * SVNTests.java:
      (USERNAME, PASSWORD): Make test username and password publicly
available constants
      (setUp): Make the method public
      (DefaultPromptUserPassword): make the class public.
      (prompt): Return true so that the getPassword() and getUsername()
methods are called by the JNI code
      (getConf): New method to retreive test configuration directory
      (getGreeksRepoUrl): New method to retreive URL to the shared test repo
]]]