forked from D-Net/dnet-hadoop
[master] refactoring
This commit is contained in:
parent
d9506035e4
commit
e4b27182d0
|
@ -122,7 +122,7 @@ class ZenodoAPIClientTest {
|
|||
|
||||
Assertions.assertEquals(200, client.uploadIS(is, "newVersion_deposition", file.length()));
|
||||
|
||||
//Assertions.assertEquals(202, client.publish());
|
||||
// Assertions.assertEquals(202, client.publish());
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -1023,7 +1023,6 @@ class MappersTest {
|
|||
|
||||
}
|
||||
|
||||
|
||||
private void assertValidId(final String id) {
|
||||
// System.out.println(id);
|
||||
|
||||
|
|
|
@ -136,9 +136,11 @@ public class IndexRecordTransformerTest {
|
|||
|
||||
@Test
|
||||
public void testForEdithDemoCovid() throws IOException, TransformerException {
|
||||
final String record = IOUtils.toString(getClass().getResourceAsStream("edith-demo/10.3390-pr9111967-covid.xml"));
|
||||
final String record = IOUtils
|
||||
.toString(getClass().getResourceAsStream("edith-demo/10.3390-pr9111967-covid.xml"));
|
||||
testRecordTransformation(record);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testForEdithDemoEthics() throws IOException, TransformerException {
|
||||
final String record = IOUtils.toString(getClass().getResourceAsStream("edith-demo/10.2196-33081-ethics.xml"));
|
||||
|
|
Loading…
Reference in New Issue