[logback-dev] [qos-ch/logback] efa0ca: Fix unit test errors related to missing packaging ...
Tony Trinh
tony19 at gmail.com
Wed Apr 8 09:54:29 CEST 2015
Branch: refs/heads/master
Home: https://github.com/qos-ch/logback
Commit: efa0cafa97c5615780d1048f2fcf1f95da01d57a
https://github.com/qos-ch/logback/commit/efa0cafa97c5615780d1048f2fcf1f95da01d57a
Author: Tony Trinh <tony19 at gmail.com>
Date: 2015-04-08 (Wed, 08 Apr 2015)
Changed paths:
M logback-classic/src/test/java/ch/qos/logback/classic/pattern/ExtendedThrowableProxyConverterTest.java
M logback-classic/src/test/java/ch/qos/logback/classic/pattern/RootCauseFirstThrowableProxyConverterTest.java
Log Message:
-----------
Fix unit test errors related to missing packaging data
The following unit tests were failing because they were expecting the
logger context to have package data enabled by default, but the default
had been changed to false in 8141f88edb95567c2b42bbc73aa81e9eeb399169.
* ExtendedThrowableProxyConverterTest.integration
* RootCauseFirstThrowableProxyConverterTest.integration
This patch explicitly enables packaging data for the test's logger context.
More information about the logback-dev
mailing list