Commit ec322905 authored by Julien Muchembled's avatar Julien Muchembled

Unit tests: move Data.fs from unit_test/ to unit_test/var/

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44870 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1e736451
...@@ -30,7 +30,7 @@ except KeyError: ...@@ -30,7 +30,7 @@ except KeyError:
activity_node = (zeo_client or 'zeo_server' in os.environ) and 1 or None activity_node = (zeo_client or 'zeo_server' in os.environ) and 1 or None
data_fs_path = os.environ.get('erp5_tests_data_fs_path', data_fs_path = os.environ.get('erp5_tests_data_fs_path',
os.path.join(instance_home, 'Data.fs')) os.path.join(instance_home, 'var', 'Data.fs'))
load = int(os.environ.get('erp5_load_data_fs', 0)) load = int(os.environ.get('erp5_load_data_fs', 0))
save = int(os.environ.get('erp5_save_data_fs', 0)) save = int(os.environ.get('erp5_save_data_fs', 0))
save_mysql = int(os.environ.get('erp5_dump_sql') or not zeo_client) or None save_mysql = int(os.environ.get('erp5_dump_sql') or not zeo_client) or None
......
...@@ -909,7 +909,7 @@ instancehome $INSTANCE ...@@ -909,7 +909,7 @@ instancehome $INSTANCE
<zodb_db main> <zodb_db main>
# Main FileStorage database # Main FileStorage database
<filestorage> <filestorage>
path $INSTANCE/Data.fs path $INSTANCE/var/Data.fs
</filestorage> </filestorage>
mount-point / mount-point /
</zodb_db> </zodb_db>
......
...@@ -1021,7 +1021,7 @@ instancehome $INSTANCE ...@@ -1021,7 +1021,7 @@ instancehome $INSTANCE
<filestorage> <filestorage>
# See .../ZODB/component.xml for directives (sectiontype # See .../ZODB/component.xml for directives (sectiontype
# "filestorage"). # "filestorage").
path $INSTANCE/Data.fs path $INSTANCE/var/Data.fs
</filestorage> </filestorage>
mount-point / mount-point /
</zodb_db> </zodb_db>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment