From 42ff91b3b7639d92fa8a8946f5d4908880266a13 Mon Sep 17 00:00:00 2001
From: buczekp <buczekp>
Date: Fri, 11 Feb 2011 15:07:24 +0000
Subject: [PATCH] [LMS-2036] fixed test

SVN: 19911
---
 .../managed_property/structured/structured-property-test.py   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/shared/managed_property/structured/structured-property-test.py b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/shared/managed_property/structured/structured-property-test.py
index 6bb17aa6fe3..7fc95c5fd40 100644
--- a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/shared/managed_property/structured/structured-property-test.py
+++ b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/shared/managed_property/structured/structured-property-test.py
@@ -1,5 +1,5 @@
-factory = createElementFactory()
-converter = createPropertyConverter()
+factory = getElementFactory()
+converter = getPropertyConverter()
 
 #
 # we use a function named "configureUI" to test something completely unrelated,
-- 
GitLab