diff options
Diffstat (limited to 'src/server-tests/test_rzdoc.py')
| -rw-r--r-- | src/server-tests/test_rzdoc.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server-tests/test_rzdoc.py b/src/server-tests/test_rzdoc.py index d9c7cefa..a9c61873 100644 --- a/src/server-tests/test_rzdoc.py +++ b/src/server-tests/test_rzdoc.py @@ -3,7 +3,7 @@ import unittest import db_controller import neo4j_test_util -from rz_config import Config +from rz_config import RZ_Config from rz_kernel import RZ_Kernel import test_util from test_util__pydev import debug__pydev_pd_arg @@ -13,7 +13,7 @@ class TestRZDoc(unittest.TestCase): @classmethod def setUpClass(self): - cfg = Config.init_from_file('res/etc/rhizi-server.conf') + cfg = RZ_Config.init_from_file('res/etc/rhizi-server.conf') self.db_ctl = db_controller.DB_Controller(cfg.db_base_url) self.log = logging.getLogger('rhizi') self.log.addHandler(logging.StreamHandler()) |
