Opened 14 years ago

Closed 14 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 Nicklas Nordborg, 14 years ago

Owner: changed from everyone to Nicklas Nordborg
Status: newassigned

comment:2 by Nicklas Nordborg, 14 years ago

Resolution: fixed
Status: assignedclosed

(In [5341]) Fixes #1487: Programmatically override configuration settings before BASE is started

Note: See TracTickets for help on using tickets.