#2041: test.cfg has become the default configuration file over dev.cfg
----------------------------+-----------------------------------------------
Reporter: kvdb | Owner: faide
Type: defect | Status: new
Priority: normal | Milestone: 1.1 beta 2
Component: TurboGears | Version: 1.1 HEAD
Severity: normal | Resolution:
Keywords: needs feedback |
----------------------------+-----------------------------------------------
Comment (by Chris Arndt):
I can't reproduce you behaviour with r5707. If I change `test.cfg` to
contain the line
{{{
sqlalchemy.dburi = 'sqlite:///testdata.sqlite'
}}}
and start the project with `python start-<project>.py`, data still gets
written to `devdata.sqlite` defined in `dev.cfg` and no `testdata.sqlite`
gets created.
Please provide feedback or we will close this ticket as "worksforme". The
code in `testutil` to load `test.cfg` is a bit dodgy and I will open
another ticket for this.
--
Ticket URL: <http://trac.turbogears.org/ticket/2041#comment:2>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "TurboGears Tickets" group.
This group is read-only. No posting by normal members allowed.
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears-tickets?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---