Author: nzamosenchuk
Date: 2009-11-25 10:17:49 -0500 (Wed, 25 Nov 2009)
New Revision: 865
Modified:
jcr/branches/1.12.0-JBC/component/core/src/test/java/org/exoplatform/services/jcr/api/lock/TestLockCleanupOnRestart.java
Log:
EXOJCR-262: session.logOut - removed.
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
15:15:04 UTC (rev 864)
+++
jcr/branches/1.12.0-JBC/component/core/src/test/java/org/exoplatform/services/jcr/api/lock/TestLockCleanupOnRestart.java 2009-11-25
15:17:49 UTC (rev 865)
@@ -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 /!\\");
Show replies by date