From f983e89ecddb5ef3103679b440e21c1a9afab34c Mon Sep 17 00:00:00 2001
From: gpawel <gpawel>
Date: Mon, 18 Jul 2011 07:55:37 +0000
Subject: [PATCH] unit test fixed

SVN: 22165
---
 .../detailviewers/utils/EntityTypeLabelUtilsTest.java           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/screening/sourceTest/java/ch/systemsx/cisd/openbis/plugin/screening/client/web/client/application/detailviewers/utils/EntityTypeLabelUtilsTest.java b/screening/sourceTest/java/ch/systemsx/cisd/openbis/plugin/screening/client/web/client/application/detailviewers/utils/EntityTypeLabelUtilsTest.java
index 522d864e547..ea36d48c2b7 100644
--- a/screening/sourceTest/java/ch/systemsx/cisd/openbis/plugin/screening/client/web/client/application/detailviewers/utils/EntityTypeLabelUtilsTest.java
+++ b/screening/sourceTest/java/ch/systemsx/cisd/openbis/plugin/screening/client/web/client/application/detailviewers/utils/EntityTypeLabelUtilsTest.java
@@ -46,7 +46,7 @@ public class EntityTypeLabelUtilsTest extends AssertJUnit
         DatasetReference ref =
                 new DatasetReference(0, "123412342314-1234", typeCode, null, "DAT", null, null,
                         null, null);
-        return EntityTypeLabelUtils.createDatasetLabel(ref, withFileType, "2011-05-30", true);
+        return EntityTypeLabelUtils.createDatasetLabel(ref, withFileType, "2011-05-30", null, true);
     }
 
 }
\ No newline at end of file
-- 
GitLab