Refactor unit tests
[lgpl/argeo-commons.git] / org.argeo.server.jcr / ext / test / org / argeo / jcr / tabular / JcrTabularTest.java
index 2045f9ae5b00688455b8a4b1582035119d37c2f8..8896b2f4b6c81e3f5cede57779c5e3eae47ab901 100644 (file)
@@ -25,7 +25,7 @@ import javax.jcr.PropertyType;
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
 import org.apache.jackrabbit.commons.cnd.CndImporter;
-import org.argeo.jcr.AbstractInternalJackrabbitTestCase;
+import org.argeo.jackrabbit.unit.AbstractJackrabbitTestCase;
 import org.argeo.jcr.ArgeoNames;
 import org.argeo.jcr.ArgeoTypes;
 import org.argeo.util.tabular.TabularColumn;
@@ -33,7 +33,7 @@ import org.argeo.util.tabular.TabularRow;
 import org.argeo.util.tabular.TabularRowIterator;
 import org.argeo.util.tabular.TabularWriter;
 
-public class JcrTabularTest extends AbstractInternalJackrabbitTestCase {
+public class JcrTabularTest extends AbstractJackrabbitTestCase {
        private final static Log log = LogFactory.getLog(JcrTabularTest.class);
 
        public void testWriteReadCsv() throws Exception {