/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package org.jkan997.slingbeans.test; import org.apache.jackrabbit.vault.fs.io.PlatformExporter; import org.jkan997.slingbeans.vlt.VltManager; import org.junit.Test; /** * * @author jakaniew */ public class VltImportTest { @Test public void testVltImport() throws Exception { } }