
Branch: refs/heads/master Home: https://github.com/qos-ch/logback Commit: efa0cafa97c5615780d1048f2fcf1f95da01d57a https://github.com/qos-ch/logback/commit/efa0cafa97c5615780d1048f2fcf1f95da0... Author: Tony Trinh <tony19@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.