diff --git a/oaipmh-core/pom.xml b/oaipmh-core/pom.xml index e3c320b4609ff32fed1376e4fc569ebdde5e1adb..3167882b1cc63f0961d69b5b34db36896eaa3929 100644 --- a/oaipmh-core/pom.xml +++ b/oaipmh-core/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>oaipmh</artifactId> <groupId>info.textgrid.middleware</groupId> - <version>4.0.8-SNAPSHOT</version> + <version>4.0.9-SNAPSHOT</version> </parent> <groupId>info.textgrid.middleware</groupId> <artifactId>oaipmh-core</artifactId> diff --git a/oaipmh-core/src/test/java/info/textgrid/middleware/OaiPmhTextgridOnlineTests.java b/oaipmh-core/src/test/java/info/textgrid/middleware/OaiPmhTextgridOnlineTests.java index 3eede9f62c2b3d2d57ac242b39008bdd4640ad94..7159152c1dea5ead277aa42c7f7b7493990ca3e3 100644 --- a/oaipmh-core/src/test/java/info/textgrid/middleware/OaiPmhTextgridOnlineTests.java +++ b/oaipmh-core/src/test/java/info/textgrid/middleware/OaiPmhTextgridOnlineTests.java @@ -34,7 +34,7 @@ import org.junit.Test; * * @author Stefan E. Funk, SUB Göttingen */ -@Ignore +// @Ignore public class OaiPmhTextgridOnlineTests { // ** @@ -473,23 +473,6 @@ public class OaiPmhTextgridOnlineTests { System.out.println(OaiPmhTestUtilities.OK); } - /** - * @throws IOException - */ - @Test - public void testListRecordsWithSetOAIDCSinglePage() throws IOException { - - System.out.println(OaiPmhTestUtilities.TESTING + "testListRecordsOAIDCSinglePage()"); - - testList(oaipmhWebClient, OaiPmhTestUtilities.VERB_LIST_RECORDS, - OaiPmhTextgridOnlineTests.checkListRecordsDC, - OaiPmhTestUtilities.OAI_DC_PREFIX, 0, 100, OaiPmhTestUtilities.NO_THREAD_NAME, - OaiPmhTestUtilities.NO_FROM, OaiPmhTestUtilities.NO_UNTIL, - OaiPmhTestUtilities.NO_METADATA_FORMAT_WITH_RESTOK); - - System.out.println(OaiPmhTestUtilities.OK); - } - /** * @throws IOException */ diff --git a/oaipmh-webapp/pom.xml b/oaipmh-webapp/pom.xml index 4933aa00a456d1323861e95546fc9f06154e3a02..2f318e80964dea9c6f0c734095c5d8f3494b7927 100644 --- a/oaipmh-webapp/pom.xml +++ b/oaipmh-webapp/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>oaipmh</artifactId> <groupId>info.textgrid.middleware</groupId> - <version>4.0.8-SNAPSHOT</version> + <version>4.0.9-SNAPSHOT</version> </parent> <groupId>info.textgrid.middleware</groupId> <artifactId>oaipmh-webapp</artifactId> diff --git a/pom.xml b/pom.xml index b97d90ee9402d587f62bf94fb0a19115a455d849..9ad02889b77bbc343ba1660fa60a29704aba9df9 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>info.textgrid.middleware</groupId> <artifactId>oaipmh</artifactId> - <version>4.0.8-SNAPSHOT</version> + <version>4.0.9-SNAPSHOT</version> <packaging>pom</packaging> <name>DARIAHDE :: OAI-PMH DataProvider</name> <properties>