From f0432eef8d972ec97a69de32c1c8986ff04b23d0 Mon Sep 17 00:00:00 2001 From: buczekp <buczekp> Date: Tue, 23 Nov 2010 06:59:18 +0000 Subject: [PATCH] [LMS-1858] fixed tests SVN: 18850 --- .../calculator/DynamicPropertyCalculatorTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/server/business/bo/dynamic_property/calculator/DynamicPropertyCalculatorTest.java b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/server/business/bo/dynamic_property/calculator/DynamicPropertyCalculatorTest.java index 578f08e2e0e..6f8d65e7e26 100644 --- a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/server/business/bo/dynamic_property/calculator/DynamicPropertyCalculatorTest.java +++ b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/server/business/bo/dynamic_property/calculator/DynamicPropertyCalculatorTest.java @@ -137,7 +137,7 @@ public class DynamicPropertyCalculatorTest extends AssertJUnit final String typeCode = "TYPE"; final DynamicPropertyCalculator calculator = - DynamicPropertyCalculator.create("material(" + code + ", " + typeCode + ")"); + DynamicPropertyCalculator.create("material('" + code + "', '" + typeCode + "')"); assertEquals(MaterialIdentifier.print(code, typeCode), calculator.evalAsString()); } -- GitLab