Skip to content
Snippets Groups Projects
Commit 1e3e8846 authored by mbrodhu's avatar mbrodhu
Browse files

Version to 3.2.0-SNAPSHOT

parent f0f9b7fb
No related branches found
No related tags found
No related merge requests found
......@@ -16,9 +16,9 @@ node {
def pVersion = pom.parent.version
def snapshot = pVersion.contains("SNAPSHOT")
//if (snapshot) {
// doDebSnapshot(pName, 'oaipmh-webapp/target', pVersion)
// }
if (snapshot) {
doDebSnapshot(pName, 'oaipmh-webapp/target', pVersion)
}
//else {
// doDebRelease(pName, 'oaipmh-webapp/target', pVersion)
//}
......
......@@ -482,13 +482,13 @@ public class OaiPmhTest {
* @throws ParseException
*/
@Test
@Ignore
//@Ignore
public void testListSets() throws ParseException {
this.setListTextGrid.setFormatField("format");
this.setListTextGrid.setFormatToFilter(TextGridMimetypes.EDITION);
this.setListTextGrid.setIdentifierField("textgridUri");
this.setListTextGrid.setRepositoryObjectURIPrefix("textgrid:");
OaiPmhTest.setListTextGrid.setFormatField("format");
OaiPmhTest.setListTextGrid.setFormatToFilter(TextGridMimetypes.EDITION);
OaiPmhTest.setListTextGrid.setIdentifierField("textgridUri");
OaiPmhTest.setListTextGrid.setRepositoryObjectURIPrefix("textgrid:");
JAXBElement<OAIPMHType> r = this.request.getRequest("ListSets", "", "", "", "", "", "");
JAXB.marshal(r, System.out);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment