From 141ece3d4f46a055f4c13872a712e31e473a4eac Mon Sep 17 00:00:00 2001
From: Maximilian Behnert-Brodhun <behnert-brodhun@sub.uni-goettingen.de>
Date: Mon, 10 Jan 2022 20:00:05 +0100
Subject: [PATCH] Wrong date format was used for idiom record

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

diff --git a/oaipmh-core/src/test/java/info/textgrid/middleware/OaiPmhTestTG.java b/oaipmh-core/src/test/java/info/textgrid/middleware/OaiPmhTestTG.java
index 4dc9bba6..dda2c437 100644
--- a/oaipmh-core/src/test/java/info/textgrid/middleware/OaiPmhTestTG.java
+++ b/oaipmh-core/src/test/java/info/textgrid/middleware/OaiPmhTestTG.java
@@ -395,7 +395,7 @@ public class OaiPmhTestTG {
    * @throws ParseException
    */
   @Test
-  //@Ignore
+  @Ignore
   public void testGetRequestGetRecordIDIOM() throws ParseException {
     System.out.println("Test for the verb \"GetRecord\" with succesfull response");
     String p = this.request.getRequest("GetRecord", "textgrid:3whkp",
-- 
GitLab