Author: nzamosenchuk
Date: 2009-11-25 10:15:04 -0500 (Wed, 25 Nov 2009)
New Revision: 864
Modified:
jcr/branches/1.12.0-JBC/component/core/src/test/java/org/exoplatform/services/jcr/api/lock/TestLockCleanupOnRestart.java
Log:
EXOJCR-262: test excluded
Modified:
jcr/branches/1.12.0-JBC/component/core/src/test/java/org/exoplatform/services/jcr/api/lock/TestLockCleanupOnRestart.java
===================================================================
---
jcr/branches/1.12.0-JBC/component/core/src/test/java/org/exoplatform/services/jcr/api/lock/TestLockCleanupOnRestart.java 2009-11-25
14:56:57 UTC (rev 863)
+++
jcr/branches/1.12.0-JBC/component/core/src/test/java/org/exoplatform/services/jcr/api/lock/TestLockCleanupOnRestart.java 2009-11-25
15:15:04 UTC (rev 864)
@@ -47,7 +47,7 @@
private static String testNodeName = "LockIt";
- public void testLockCleanUp() throws Exception
+ public void _testLockCleanUp() throws Exception
{
log.info("/!\\ This test should be executed twice ('mvn clean test "
+ "-Dtest=...' and then without 'clean') and separately from
other tests /!\\");
@@ -76,7 +76,6 @@
{
fail("Unexpected exception" + e.getStackTrace());
}
- session.logout();
}
@Override
Show replies by date