Opened 13 years ago
Closed 13 years ago
#1487 closed enhancement (fixed)
Programmatically override configuration settings before BASE is started
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | BASE 2.16 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
In the test case with a File item referencing a https URL we need to provide a trust-store file that contains the server certificate of the base2.thep.lu.se server. We can provide this file as part of the test-data structure, but we also need a way to make sure the configuration points to this file. The Config
class should have a set() method that can be called before BASE is started. All properties that has been set should override settings in the base.config file.
Change History (2)
comment:1 Changed 13 years ago by
Owner: | changed from everyone to Nicklas Nordborg |
---|---|
Status: | new → assigned |
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [5341]) Fixes #1487: Programmatically override configuration settings before BASE is started