[exo-jcr-commits] exo-jcr SVN: r3694 - jcr/trunk/exo.jcr.component.ext/src/test/java/org/exoplatform/services/jcr/ext/backup.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Dec 21 06:16:41 EST 2010


Author: tolusha
Date: 2010-12-21 06:16:40 -0500 (Tue, 21 Dec 2010)
New Revision: 3694

Modified:
   jcr/trunk/exo.jcr.component.ext/src/test/java/org/exoplatform/services/jcr/ext/backup/TestRdbmsWorkspaceInitializer.java
Log:
EXOJCR-1078: fix test

Modified: jcr/trunk/exo.jcr.component.ext/src/test/java/org/exoplatform/services/jcr/ext/backup/TestRdbmsWorkspaceInitializer.java
===================================================================
--- jcr/trunk/exo.jcr.component.ext/src/test/java/org/exoplatform/services/jcr/ext/backup/TestRdbmsWorkspaceInitializer.java	2010-12-21 11:01:15 UTC (rev 3693)
+++ jcr/trunk/exo.jcr.component.ext/src/test/java/org/exoplatform/services/jcr/ext/backup/TestRdbmsWorkspaceInitializer.java	2010-12-21 11:16:40 UTC (rev 3694)
@@ -89,9 +89,8 @@
             newEntry.setInitializer(wiEntry);
 
             TesterRdbmsWorkspaceInitializer initializer =
-               new TesterRdbmsWorkspaceInitializer(newEntry,
-                  repositoryService.getRepository("db1").getConfiguration(), cacheableDataManager, null, null, null,
- (ValueFactoryImpl)valueFactory, null, repositoryService);
+               new TesterRdbmsWorkspaceInitializer(newEntry, repositoryService.getRepository("db1").getConfiguration(),
+                  cacheableDataManager, null, null, null, (ValueFactoryImpl)valueFactory, null, repositoryService);
 
             initializer.restoreValueFiles();
             assertTrue(new File(newValueStoragePath).list().length > 0);
@@ -215,9 +214,8 @@
             newEntry.setInitializer(wiEntry);
 
             TesterRdbmsWorkspaceInitializer initializer =
-               new TesterRdbmsWorkspaceInitializer(newEntry,
-                  repositoryService.getRepository("db1").getConfiguration(), cacheableDataManager, null, null, null,
- (ValueFactoryImpl)valueFactory, null, repositoryService);
+               new TesterRdbmsWorkspaceInitializer(newEntry, repositoryService.getRepository("db1").getConfiguration(),
+                  cacheableDataManager, null, null, null, (ValueFactoryImpl)valueFactory, null, repositoryService);
 
             // restore multi -> multi
             initializer.restoreTables(conn, 0, true, workspaceEntry.getLockManager(), url.getFile());



More information about the exo-jcr-commits mailing list