Add comment about getResources not respecting parentFirst
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@394564 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -39,6 +39,10 @@ import org.apache.commons.logging.PathableTestSuite;
|
|||||||
* <li> fourth file found also has priority=20
|
* <li> fourth file found also has priority=20
|
||||||
* </ul>
|
* </ul>
|
||||||
* The result should be that the third file is used.
|
* The result should be that the third file is used.
|
||||||
|
* <p>
|
||||||
|
* Note that parentFirst=true is used in this test because method
|
||||||
|
* <code>PathableClassLoader.getResources</code> always behaves as if
|
||||||
|
* parentFirst=true; see the PathableClassLoader javadoc for details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public class PriorityConfigTestCase extends TestCase {
|
public class PriorityConfigTestCase extends TestCase {
|
||||||
|
|||||||
Reference in New Issue
Block a user