[exo-jcr-commits] exo-jcr SVN: r5412 - jcr/branches/1.15.x/exo.jcr.component.core/src/test/java/org/exoplatform/services/jcr/impl/storage/jdbc/db.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Dec 30 06:52:29 EST 2011


Author: tolusha
Date: 2011-12-30 06:52:27 -0500 (Fri, 30 Dec 2011)
New Revision: 5412

Modified:
   jcr/branches/1.15.x/exo.jcr.component.core/src/test/java/org/exoplatform/services/jcr/impl/storage/jdbc/db/TestMultiDbJDBCConnection.java
Log:
EXOJCR-803: Removed StorageUpdateManager feature

Modified: jcr/branches/1.15.x/exo.jcr.component.core/src/test/java/org/exoplatform/services/jcr/impl/storage/jdbc/db/TestMultiDbJDBCConnection.java
===================================================================
--- jcr/branches/1.15.x/exo.jcr.component.core/src/test/java/org/exoplatform/services/jcr/impl/storage/jdbc/db/TestMultiDbJDBCConnection.java	2011-12-30 10:09:39 UTC (rev 5411)
+++ jcr/branches/1.15.x/exo.jcr.component.core/src/test/java/org/exoplatform/services/jcr/impl/storage/jdbc/db/TestMultiDbJDBCConnection.java	2011-12-30 11:52:27 UTC (rev 5412)
@@ -81,7 +81,6 @@
          st.executeUpdate("drop table JCR_MREF");
          st.executeUpdate("drop table JCR_MVALUE");
          st.executeUpdate("drop table JCR_MITEM");
-         st.executeUpdate("drop table JCR_MCONTAINER");
          st.close();
 
       }



More information about the exo-jcr-commits mailing list