+++ /Volumes/Work/src/Trac-0.11rc1/trac/test.py	2008-05-08 15:55:15.000000000 +0200
--- /Volumes/Work/src/Trac-0.11rc1/trac/test.py.orig	2008-05-08 15:53:19.000000000 +0200
@@ -175,9 +175,6 @@
             self.path = os.path.join(os.getcwd(), self.path)
 
         self.config = Configuration(None)
+        # Set the connection type in the config as memory
+        self.config.set('trac', 'database', 'sqlite::memory:')
+        
         # We have to have a ticket-workflow config for ''lots'' of things to
         # work.  So insert the basic-workflow config here.  There may be a
         # better solution than this.

