devtools/__init__.py
changeset 5249 842a40cade9a
parent 5238 31c12863fd9d
parent 5245 385c2351153e
child 5274 16461f675734
--- a/devtools/__init__.py	Wed Apr 14 11:26:36 2010 +0200
+++ b/devtools/__init__.py	Wed Apr 14 16:26:34 2010 +0200
@@ -155,9 +155,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