1
0

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:
Simon Kitching
2006-04-16 21:30:57 +00:00
parent f32ae813fc
commit 93cd3bf810

View File

@@ -39,6 +39,10 @@ import org.apache.commons.logging.PathableTestSuite;
* <li> fourth file found also has priority=20
* </ul>
* 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 {