added sample data for unit tests

This commit is contained in:
Claudio Atzori 2020-03-26 11:12:52 +01:00
parent 4753662edd
commit abcd3f5bf5
10 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ public class SparkGraphImporterJobTest {
public void testImport(@TempDir Path outPath) throws Exception {
SparkGraphImporterJob.main(new String[] {
"-mt", "local[*]",
"-s", getClass().getResource("/eu/dnetlib/dhp/dhp-sample/publication_10001.json.gz").getPath(),
"-s", getClass().getResource("/eu/dnetlib/dhp/graph/sample").getPath(),
"-h", "",
"-db", "test"
});