So what about having a default database ?
If one want/need to write a test that can be tested only with another
setup, it could be :
* modify default setting
* do your test
* restore default setting
(ie: you want to test something for IndependantBranch=ON and the default
is OFF : you set ON, do your test, you set OFF)
Is it a good idea ?