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 1b376cb773d17581fad9a8433344625f0991095d..df9af2e3168031b8b282c2c4186ef5716268b423 100644
--- a/oaipmh-core/src/test/java/info/textgrid/middleware/OaiPmhTestTG.java
+++ b/oaipmh-core/src/test/java/info/textgrid/middleware/OaiPmhTestTG.java
@@ -349,7 +349,7 @@ public class OaiPmhTestTG {
    */
   @Test
   public void testGetRequestListRecordsIDIOM_IMAGES() throws ParseException {
-    System.out.println("Test for the verb \"ListRecords\" with succesfull response");
+    System.out.println("Test for the verb \"ListRecords\" with succesfull response for IMAGES");
     String p = this.request.getRequest("ListRecords", "",
         OAIPMHConstants.METADATA_IDIOM_IMAGE_PREFIX, "", "", "", "");
     System.out.println(p);