1
0

Update javadoc only

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@394459 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Simon Kitching
2006-04-16 11:34:33 +00:00
parent 77abea9d19
commit 4cebeec80f

View File

@@ -30,6 +30,15 @@ import org.apache.commons.logging.PathableTestSuite;
/** /**
* Tests that verify that the process of configuring logging on startup * Tests that verify that the process of configuring logging on startup
* works correctly by selecting the file with the highest priority. * 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 { public class PriorityConfigTestCase extends TestCase {