From 93cd3bf810f5de484bc1263583873dd8d05aa667 Mon Sep 17 00:00:00 2001 From: Simon Kitching Date: Sun, 16 Apr 2006 21:30:57 +0000 Subject: [PATCH] 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 --- .../apache/commons/logging/config/PriorityConfigTestCase.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/test/org/apache/commons/logging/config/PriorityConfigTestCase.java b/src/test/org/apache/commons/logging/config/PriorityConfigTestCase.java index 12ddc53..8ff078e 100644 --- a/src/test/org/apache/commons/logging/config/PriorityConfigTestCase.java +++ b/src/test/org/apache/commons/logging/config/PriorityConfigTestCase.java @@ -39,6 +39,10 @@ import org.apache.commons.logging.PathableTestSuite; *
  • fourth file found also has priority=20 * * The result should be that the third file is used. + *

    + * Note that parentFirst=true is used in this test because method + * PathableClassLoader.getResources always behaves as if + * parentFirst=true; see the PathableClassLoader javadoc for details. */ public class PriorityConfigTestCase extends TestCase {