Edgewall Software

Ticket #7208: test.py.diff

File test.py.diff, 625 bytes (added by tumma72@…, 4 years ago)

Diff file for test.py

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