Author: ieugen
Date: Sun Mar 11 23:37:00 2012
New Revision: 1299488
URL: http://svn.apache.org/viewvc?rev=1299488&view=rev
Log:
JAMES-1393
- changed access from protected to public for @After method
Issue #JAMES-1393 - Upgrate all test suites to junit 4.10
Modified:
james/server/trunk/data-jcr/src/test/java/org/apache/james/user/jcr/JcrUserRepositoryTest.java
Modified:
james/server/trunk/data-jcr/src/test/java/org/apache/james/user/jcr/JcrUserRepositoryTest.java
URL:
http://svn.apache.org/viewvc/james/server/trunk/data-jcr/src/test/java/org/apache/james/user/jcr/JcrUserRepositoryTest.java?rev=1299488&r1=1299487&r2=1299488&view=diff
==============================================================================
---
james/server/trunk/data-jcr/src/test/java/org/apache/james/user/jcr/JcrUserRepositoryTest.java
(original)
+++
james/server/trunk/data-jcr/src/test/java/org/apache/james/user/jcr/JcrUserRepositoryTest.java
Sun Mar 11 23:37:00 2012
@@ -71,7 +71,7 @@ public class JcrUserRepositoryTest exten
@Override
@After
- protected void tearDown() throws Exception {
+ public void tearDown() throws Exception {
super.tearDown();
repository.shutdown();
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]