Roundup Tracker - Issues

Message1266

Author anonymous
Recipients
Date 2004-05-23.03:29:27
Message-id
In-reply-to
Logged In: NO 

The bug is easily corrected by replacing the line 
extra_config = "POSTGRESQL_DATABASE = {'database': 
'rounduptest'}"

with the line

extra_config = "POSTGRESQL_DATABASE = " + repr(config.
POSTGRESQL_DATABASE)

The latter config file needs to get the same attention from the 
user as the first line in the file for the test to work properly, 
it's easiest to just reuse the first line.
History
Date User Action Args
2009-02-03 14:20:45adminlinkissue958772 messages
2009-02-03 14:20:45admincreate