mirror of https://github.com/apache/openjpa.git
Make SingleEMFTetsCase.setUp() public so that it'll get invoked by junit.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@570278 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
953df22c39
commit
99730c3a5a
|
@ -30,7 +30,7 @@ public abstract class SingleEMFTestCase
|
||||||
* set-up happens even if <code>setUp()</code> is not called from the
|
* set-up happens even if <code>setUp()</code> is not called from the
|
||||||
* subclass.
|
* subclass.
|
||||||
*/
|
*/
|
||||||
protected void setUp() throws Exception {
|
public void setUp() throws Exception {
|
||||||
setUp(new Object[0]);
|
setUp(new Object[0]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue