You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sk...@apache.org on 2006/04/16 23:30:57 UTC

svn commit: r394564 - /jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/config/PriorityConfigTestCase.java

Author: skitching
Date: Sun Apr 16 14:30:57 2006
New Revision: 394564

URL: http://svn.apache.org/viewcvs?rev=394564&view=rev
Log:
Add comment about getResources not respecting parentFirst

Modified:
    jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/config/PriorityConfigTestCase.java

Modified: jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/config/PriorityConfigTestCase.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/config/PriorityConfigTestCase.java?rev=394564&r1=394563&r2=394564&view=diff
==============================================================================
--- jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/config/PriorityConfigTestCase.java (original)
+++ jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/config/PriorityConfigTestCase.java Sun Apr 16 14:30:57 2006
@@ -39,6 +39,10 @@
  * <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 {



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org