# HG changeset patch # User Sylvain Thénault # Date 1295428411 -3600 # Node ID b70a26ca271c8ce55cdfced7c9d356dfced23d21 # Parent f04df13fc85141fbfb9abc028064afca765d31f4 [devtools] set configuration name to all-in-one so test/data/all-in-one.conf file will be loaded as one may expected diff -r f04df13fc851 -r b70a26ca271c devtools/__init__.py --- a/devtools/__init__.py Wed Jan 19 08:39:09 2011 +0100 +++ b/devtools/__init__.py Wed Jan 19 10:13:31 2011 +0100 @@ -175,6 +175,7 @@ class BaseApptestConfiguration(TestServerConfiguration, TwistedConfiguration): repo_method = 'inmemory' + name = 'all-in-one' # so it search for all-in-one.conf, not repository.conf options = cwconfig.merge_options(TestServerConfiguration.options + TwistedConfiguration.options) cubicweb_appobject_path = TestServerConfiguration.cubicweb_appobject_path | TwistedConfiguration.cubicweb_appobject_path