master #59

Closed
claudio.atzori wants to merge 3221 commits from master into stable_ids
2 changed files with 4 additions and 1 deletions
Showing only changes of commit 8685eaa706 - Show all commits

View File

@ -167,7 +167,7 @@ public class CleanCountryTest {
"--isSparkSessionManaged", Boolean.FALSE.toString(),
"--inputPath", workingDir.toString() + "/dataset",
"-graphTableClassName", Dataset.class.getCanonicalName(),
"-workingPath", workingDir.toString() + "/working",
"-workingDir", workingDir.toString() + "/working",
"-country", "NL",
"-verifyParam", "10.17632",
"-collectedfrom", "NARCIS",
@ -183,6 +183,8 @@ public class CleanCountryTest {
Assertions.assertEquals(1, tmp.count());
Assertions.assertEquals(0, tmp.first().getCountry().size());
}