FSRepository.hasCapability throws exceptions instead of returning false for unsupported capabilities

  1. Create FSRepository
  2. Call FSRepository.hasCapability(SVNCapability.GET_FILE_REVS_REVERSED)

Expected: false is returned

Actual:
org.tmatesoft.svn.core.SVNException: svn: E200026: Don't know anything about capability 'get-file-revs-reversed'

r10765 of branches/lz4 : added a fix (now ‘false’ is returned). I’ll merge the branch to trunk as soon as we fix SVNKIT-728 (the reason I’ve created ‘branches/lz4’ in the first place).