Message1266
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. |
|
Date |
User |
Action |
Args |
2009-02-03 14:20:45 | admin | link | issue958772 messages |
2009-02-03 14:20:45 | admin | create | |
|