[exo-jcr-commits] exo-jcr SVN: r5481 - jcr/branches/1.15.x/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
Wed Jan 18 10:39:22 EST 2012


Author: tolusha
Date: 2012-01-18 10:39:22 -0500 (Wed, 18 Jan 2012)
New Revision: 5481

Modified:
   jcr/branches/1.15.x/exo.jcr.component.ext/src/test/java/org/exoplatform/services/jcr/ext/backup/AbstractBackupTestCase.java
Log:
EXOJCR-1723: fix Test

Modified: jcr/branches/1.15.x/exo.jcr.component.ext/src/test/java/org/exoplatform/services/jcr/ext/backup/AbstractBackupTestCase.java
===================================================================
--- jcr/branches/1.15.x/exo.jcr.component.ext/src/test/java/org/exoplatform/services/jcr/ext/backup/AbstractBackupTestCase.java	2012-01-18 13:30:06 UTC (rev 5480)
+++ jcr/branches/1.15.x/exo.jcr.component.ext/src/test/java/org/exoplatform/services/jcr/ext/backup/AbstractBackupTestCase.java	2012-01-18 15:39:22 UTC (rev 5481)
@@ -385,7 +385,7 @@
       if (backLog.exists())
       {
          BackupChainLog bchLog = new BackupChainLog(backLog);
-         backup.restore(bchLog, re.getName(), ws1back);
+         backup.restore(bchLog, re.getName(), ws1back, false);
 
          // check
          SessionImpl back1 = null;



More information about the exo-jcr-commits mailing list