mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Hack-fix for Repository start/stop issues
- Nick will investigate further - JBPM is shutting down Hibernate (along with shared resources) in a finalize() git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@19135 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -168,10 +168,10 @@ public class RepositoryStartStopTest extends TestCase
|
||||
* a context twice without error, using it
|
||||
* when running.
|
||||
*
|
||||
* DISABLED - the full context breaks
|
||||
* - the full context breaks
|
||||
* when you close and re-open it!
|
||||
*/
|
||||
public void DISABLEDtestOpenCloseOpenCloseFull() throws Exception
|
||||
public void testOpenCloseOpenCloseFull() throws Exception
|
||||
{
|
||||
assertNoCachedApplicationContext();
|
||||
|
||||
@@ -210,10 +210,10 @@ public class RepositoryStartStopTest extends TestCase
|
||||
* 4 different times, sometimes full ones,
|
||||
* sometimes minimal ones with no autostart.
|
||||
*
|
||||
* DISABLED - the full context breaks
|
||||
* - the full context breaks
|
||||
* when you close and re-open it!
|
||||
*/
|
||||
public void DISABLEDtestOpenCloseRepeatedly() throws Exception {
|
||||
public void testOpenCloseRepeatedly() throws Exception {
|
||||
assertNoCachedApplicationContext();
|
||||
|
||||
// Open the minimal one and test
|
||||
|
Reference in New Issue
Block a user