From 3fc408e70df5adb0d29ebe8d6cd5277a31353e4c Mon Sep 17 00:00:00 2001
From: izabel <izabel>
Date: Tue, 9 Nov 2010 10:26:45 +0000
Subject: [PATCH] [LMS-1875] fix regression test

SVN: 18595
---
 .../cisd/openbis/generic/shared/ICommonServer.java.expected  | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/shared/ICommonServer.java.expected b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/shared/ICommonServer.java.expected
index d52ddcde067..f4a6024706e 100644
--- a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/shared/ICommonServer.java.expected
+++ b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/shared/ICommonServer.java.expected
@@ -127,13 +127,14 @@ public interface ICommonServer extends IServer
     public void keepSessionAlive(String sessionToken);
 
     /**
-     * Returns all scripts.
+     * Returns scripts compatible with selected {@link EntityKind} and all the scripts if
+     * {@link EntityKind} is not specified.
      * 
      * @return a sorted list of {@link Script}s.
      */
     @Transactional(readOnly = true)
     @RolesAllowed(RoleWithHierarchy.SPACE_OBSERVER)
-    public List<Script> listScripts(String sessionToken);
+    public List<Script> listScripts(String sessionToken, EntityKind entityKindOrNull);
 
     /**
      * Returns all spaces which belong to the specified database instance. *
-- 
GitLab