devtools/__init__.py
branchstable
changeset 5245 385c2351153e
parent 5212 a545eb9add6f
child 5249 842a40cade9a
child 5267 7bac6791bbc2
--- a/devtools/__init__.py	Wed Apr 14 08:58:57 2010 +0200
+++ b/devtools/__init__.py	Wed Apr 14 10:31:09 2010 +0200
@@ -158,9 +158,6 @@
         sources = super(TestServerConfiguration, self).sources()
         if not sources:
             sources = DEFAULT_SOURCES
-        if sources['system']['db-driver'] == 'sqlite':
-            # we need an abspath in case tests are changing the cwd
-            sources['system']['db-name'] = abspath(sources['system']['db-name'])
         return sources