modification to the test due to the removal of unused parameters

This commit is contained in:
Miriam Baglioni 2020-04-16 11:04:39 +02:00
parent a5e5c81a2c
commit b078710924
1 changed files with 3 additions and 3 deletions

View File

@ -72,7 +72,7 @@ public class ProjectPropagationJobTest {
SparkResultToProjectThroughSemRelJob3.main(new String[]{
"-isTest", Boolean.TRUE.toString(),
"-isSparkSessionManaged", Boolean.FALSE.toString(),
"-sourcePath", getClass().getResource("/eu/dnetlib/dhp/projecttoresult/sample/relation").getPath(),
// "-sourcePath", getClass().getResource("/eu/dnetlib/dhp/resulttoorganizationfrominstrepo/sample/relation").getPath(),
"-hive_metastore_uris", "",
"-writeUpdate", "false",
"-saveGraph", "true",
@ -100,7 +100,7 @@ public class ProjectPropagationJobTest {
SparkResultToProjectThroughSemRelJob3.main(new String[]{
"-isTest", Boolean.TRUE.toString(),
"-isSparkSessionManaged", Boolean.FALSE.toString(),
"-sourcePath", getClass().getResource("/eu/dnetlib/dhp/projecttoresult/sample/relation").getPath(),
// "-sourcePath", getClass().getResource("/eu/dnetlib/dhp/resulttoorganizationfrominstrepo/sample/relation").getPath(),
"-hive_metastore_uris", "",
"-writeUpdate", "false",
"-saveGraph", "true",
@ -144,7 +144,7 @@ public class ProjectPropagationJobTest {
SparkResultToProjectThroughSemRelJob3.main(new String[]{
"-isTest", Boolean.TRUE.toString(),
"-isSparkSessionManaged", Boolean.FALSE.toString(),
"-sourcePath", getClass().getResource("/eu/dnetlib/dhp/projecttoresult/sample/relation").getPath(),
// "-sourcePath", getClass().getResource("/eu/dnetlib/dhp/resulttoorganizationfrominstrepo/sample/relation").getPath(),
"-hive_metastore_uris", "",
"-writeUpdate", "false",
"-saveGraph", "true",