From 6ed25dbd62d7db4cff68e2cff72de8fad70e6a6b Mon Sep 17 00:00:00 2001
From: mbrodhu <brodhun@sub.uni-goettingen.de>
Date: Wed, 27 Jan 2016 12:52:18 +0100
Subject: [PATCH] sets identified by project id

---
 .../src/test/java/info/textgrid/middleware/OaiPmhTest.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oaipmh-core/src/test/java/info/textgrid/middleware/OaiPmhTest.java b/oaipmh-core/src/test/java/info/textgrid/middleware/OaiPmhTest.java
index 77c35d67..a8e28309 100644
--- a/oaipmh-core/src/test/java/info/textgrid/middleware/OaiPmhTest.java
+++ b/oaipmh-core/src/test/java/info/textgrid/middleware/OaiPmhTest.java
@@ -285,7 +285,7 @@ public class OaiPmhTest {
 	 * @throws ParseException
 	 */
 	@Test
-	//@Ignore
+	@Ignore
 	public void testListRecordSets() throws ParseException {
 		this.recordList.setContributor(TGConstants.CONTRIBUTOR_LIST);
 		this.recordList.setCoverage(TGConstants.COVERAGE_LIST);
-- 
GitLab