[devtools] set configuration name to all-in-one so test/data/all-in-one.conf file will be loaded as one may expected
--- 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