This commit is contained in:
Michele Artini 2024-05-03 11:24:52 +02:00
parent 1e48360693
commit 48e53a124f
3 changed files with 4 additions and 2 deletions

View File

@ -1,9 +1,11 @@
package eu.dnetlib.apps.oai;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
@Disabled
public class OaiServerApplicationTests {
@Test

View File

@ -12,7 +12,7 @@ import org.junit.jupiter.api.Test;
import io.micrometer.common.util.StringUtils;
class DateUtilsTest {
public class DateUtilsTest {
@BeforeEach
void setUp() throws Exception {}

View File

@ -10,7 +10,7 @@ import org.dom4j.DocumentHelper;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
class XsltTransformerFactoryTest {
public class XsltTransformerFactoryTest {
private XsltTransformerFactory factory;