aherbert opened a new pull request #28: Fix tests which compare against the environment URL: https://github.com/apache/commons-configuration/pull/28 The values available from the execution environment is not entirely controlled by the test and so may contain values that are subject to interpolation by the configuration. Contains the following fixes: `TestCombinedConfigurationBuilder` Disabling interpolation allows the configuration to be tested directly against the environment properties. `TestEnvironmentLookup` Alters the test to directly use the System environment instead of using an `EnvironmentConfiguration` that will interpolate values. Fixes issues found during review of release candidate `commons-configuration-2.5-RC1`.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
