You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2009/05/21 11:57:00 UTC

svn commit: r777034 - /jackrabbit/trunk/jackrabbit-core/src/test/java/org/apache/jackrabbit/core/TestRepository.java

Author: jukka
Date: Thu May 21 09:57:00 2009
New Revision: 777034

URL: http://svn.apache.org/viewvc?rev=777034&view=rev
Log:
JCR-2119: Method to create default RepositoryConfig from just the repository directory

One more IOException to be removed

Modified:
    jackrabbit/trunk/jackrabbit-core/src/test/java/org/apache/jackrabbit/core/TestRepository.java

Modified: jackrabbit/trunk/jackrabbit-core/src/test/java/org/apache/jackrabbit/core/TestRepository.java
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-core/src/test/java/org/apache/jackrabbit/core/TestRepository.java?rev=777034&r1=777033&r2=777034&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-core/src/test/java/org/apache/jackrabbit/core/TestRepository.java (original)
+++ jackrabbit/trunk/jackrabbit-core/src/test/java/org/apache/jackrabbit/core/TestRepository.java Thu May 21 09:57:00 2009
@@ -96,9 +96,6 @@
         } catch (ConfigurationException e) {
             throw new RepositoryException(
                     "Error in test repository configuration", e);
-        } catch (IOException e) {
-            throw new RepositoryException(
-                    "Error in test repository initialization", e);
         }
     }