Author: skitching
Date: Sun Apr 16 04:34:33 2006
New Revision: 394459

URL: http://svn.apache.org/viewcvs?rev=394459&view=rev
Log:
Update javadoc only

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=394459&r1=394458&r2=394459&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 04:34:33 2006
@@ -30,6 +30,15 @@
 /**
  * Tests that verify that the process of configuring logging on startup
  * works correctly by selecting the file with the highest priority.
+ * <p>
+ * This test sets up a classpath where:
+ * <ul>
+ * <li> first file (in parent loader) has priority=10 (parentFirst=true)
+ * <li> second file found has no priority set
+ * <li> third file found has priority=20
+ * <li> fourth file found also has priority=20
+ * </ul>
+ * The result should be that the third file is used.
  */
 
 public class PriorityConfigTestCase extends TestCase {



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to