Opened 15 years ago
Closed 15 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 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 15 years ago
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