Skip to content
Snippets Groups Projects
Commit f1d2f8ae authored by buczekp's avatar buczekp
Browse files

[LMS-2172] moved test data

SVN: 20850
parent fae3c55a
No related branches found
No related tags found
No related merge requests found
...@@ -23,9 +23,7 @@ import org.testng.annotations.BeforeMethod; ...@@ -23,9 +23,7 @@ import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import ch.systemsx.cisd.base.tests.AbstractFileSystemTestCase; import ch.systemsx.cisd.base.tests.AbstractFileSystemTestCase;
import ch.systemsx.cisd.common.hdf5.Hdf5Container;
import ch.systemsx.cisd.common.hdf5.Hdf5Container.IHdf5ReaderClient; import ch.systemsx.cisd.common.hdf5.Hdf5Container.IHdf5ReaderClient;
import ch.systemsx.cisd.common.hdf5.HierarchicalStructureDuplicatorFileToHdf5;
import ch.systemsx.cisd.hdf5.IHDF5SimpleReader; import ch.systemsx.cisd.hdf5.IHDF5SimpleReader;
/** /**
...@@ -125,7 +123,7 @@ public class HierarchicalStructureDuplicatorFileToHdf5Test extends AbstractFileS ...@@ -125,7 +123,7 @@ public class HierarchicalStructureDuplicatorFileToHdf5Test extends AbstractFileS
private File getTestData(String folderOrFile) private File getTestData(String folderOrFile)
{ {
return new File("sourceTest/java/ch/systemsx/cisd/etlserver/hdf5/", folderOrFile); return new File("sourceTest/java/ch/systemsx/cisd/common/hdf5/", folderOrFile);
} }
private void verifyDuplicate(final File sourceFolderOrFile) private void verifyDuplicate(final File sourceFolderOrFile)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment