From 3cf9d427ef840bf140ce5d456fbf6a92a9b85e44 Mon Sep 17 00:00:00 2001
From: kaloyane <kaloyane>
Date: Wed, 16 Feb 2011 10:38:28 +0000
Subject: [PATCH] minor: fix test expectation

SVN: 20006
---
 .../generic/server/business/PropertiesBatchManagerTest.java    | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/server/business/PropertiesBatchManagerTest.java b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/server/business/PropertiesBatchManagerTest.java
index 164464cf60f..818a90de8cb 100644
--- a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/server/business/PropertiesBatchManagerTest.java
+++ b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/server/business/PropertiesBatchManagerTest.java
@@ -101,8 +101,7 @@ public class PropertiesBatchManagerTest extends AssertJUnit
             assertEquals(
                     "Script malfunction in 1 out of 2 rows.\n"
                             + "Row 2 has failed due to the property 'MANAGED-NO-SUBCOLUMNS-BUT-UPDATE' causing a malfuction "
-                            + "in the script (name = 'null', registrator = ''): Error evaluating 'updateFromBatchInput({=two})': "
-                            + "ValueError: invalid literal for __int__: two\n"
+                            + "in the script (name = 'null', registrator = '')\n"
                             + "A detailed error report has been sent to your system administrator.",
                     ufe.getMessage());
         }
-- 
GitLab