Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Allow separate test-modules db #39

Closed
bradmann opened this issue Aug 14, 2012 · 2 comments
Closed

Allow separate test-modules db #39

bradmann opened this issue Aug 14, 2012 · 2 comments

Comments

@bradmann
Copy link
Contributor

I'm working on a project where some of the configuration information is stored in the modules db, rather than the content db. In order to unit test this code, it is necessary to have a separate test-modules db, to prevent overwriting the configuration data in the production/dev db.

@dmcassel
Copy link
Collaborator

I see config data in the content database more often, but seems like a legit use. I'm thinking we could add a .properties parameter for test-modules-db, which defaults to the app-modules-db. The bootstrap code and the modules-deploy code would both need to take that into account.

@paxtonhare
Copy link
Contributor

Brad's pull request to address this has been merged.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants