This commit is contained in:
Miriam Baglioni 2020-05-20 13:53:32 +02:00
parent 67ba4fde57
commit 9079bc1f61
2 changed files with 3 additions and 3 deletions

View File

@ -73,7 +73,7 @@ public class PrepareProgrammeTest {
"-isSparkSessionManaged",
Boolean.FALSE.toString(),
"-programmePath",
getClass().getResource("/eu/dnetlib/dhp/actionmanager/whole_programme.json.gz").getPath(),
getClass().getResource("/eu/dnetlib/dhp/actionmanager/project/whole_programme.json.gz").getPath(),
"-outputPath",
workingDir.toString() + "/preparedProgramme"
});

View File

@ -70,9 +70,9 @@ public class SparkUpdateProjectTest {
"-isSparkSessionManaged",
Boolean.FALSE.toString(),
"-programmePath",
getClass().getResource("/eu/dnetlib/dhp/actionmanager/preparedProgramme_whole.json.gz").getPath(),
getClass().getResource("/eu/dnetlib/dhp/actionmanager/project/preparedProgramme_whole.json.gz").getPath(),
"-projectPath",
getClass().getResource("/eu/dnetlib/dhp/actionmanager/projects_subset.json").getPath(),
getClass().getResource("/eu/dnetlib/dhp/actionmanager/project/prepared_projects.json").getPath(),
"-outputPath",
workingDir.toString() + "/actionSet"
});