forked from D-Net/dnet-hadoop
added fix to make test run
This commit is contained in:
parent
da4267d0fe
commit
4308f31165
|
@ -99,6 +99,7 @@ public class ResultToOrganizationJobTest {
|
||||||
.map(item -> OBJECT_MAPPER.readValue(item, Relation.class));
|
.map(item -> OBJECT_MAPPER.readValue(item, Relation.class));
|
||||||
|
|
||||||
Assertions.assertEquals(0, tmp.count());
|
Assertions.assertEquals(0, tmp.count());
|
||||||
|
FileUtils.deleteDirectory(workingDir.toFile());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -171,6 +172,7 @@ public class ResultToOrganizationJobTest {
|
||||||
+ "(target = '20|opendoar____::124266ebc4ece2934eb80edfda3f2091' "
|
+ "(target = '20|opendoar____::124266ebc4ece2934eb80edfda3f2091' "
|
||||||
+ "or target = '20|dedup_wf_001::5168917a6aeeea55269daeac1af2ecd2')")
|
+ "or target = '20|dedup_wf_001::5168917a6aeeea55269daeac1af2ecd2')")
|
||||||
.count());
|
.count());
|
||||||
|
FileUtils.deleteDirectory(workingDir.toFile());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@ -266,5 +268,6 @@ public class ResultToOrganizationJobTest {
|
||||||
"relclass = 'isAuthorInstitutionOf' and "
|
"relclass = 'isAuthorInstitutionOf' and "
|
||||||
+ "substring(source, 1,2) = '20' and substring(target, 1, 2) = '50'")
|
+ "substring(source, 1,2) = '20' and substring(target, 1, 2) = '50'")
|
||||||
.count());
|
.count());
|
||||||
|
FileUtils.deleteDirectory(workingDir.toFile());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue