Author: tolusha
Date: 2011-03-20 17:01:40 -0400 (Sun, 20 Mar 2011)
New Revision: 4136
Modified:
jcr/trunk/exo.jcr.component.ext/src/test/java/org/exoplatform/services/jcr/ext/backup/AbstractBackupUseCasesTest.java
Log:
EXOJCR-1081: fix test name
Modified:
jcr/trunk/exo.jcr.component.ext/src/test/java/org/exoplatform/services/jcr/ext/backup/AbstractBackupUseCasesTest.java
===================================================================
---
jcr/trunk/exo.jcr.component.ext/src/test/java/org/exoplatform/services/jcr/ext/backup/AbstractBackupUseCasesTest.java 2011-03-20
09:20:35 UTC (rev 4135)
+++
jcr/trunk/exo.jcr.component.ext/src/test/java/org/exoplatform/services/jcr/ext/backup/AbstractBackupUseCasesTest.java 2011-03-20
21:01:40 UTC (rev 4136)
@@ -1406,7 +1406,7 @@
fail("There are no backup files in " + backDir.getAbsolutePath());
}
- public void ExistedWorkspaceRestore() throws Exception
+ public void testExistedWorkspaceRestore() throws Exception
{
SessionImpl ws1Session =
(SessionImpl)repositoryService.getRepository("db7").login(credentials,
"ws1");