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:
@@ -30,6 +30,15 @@ import org.apache.commons.logging.PathableTestSuite;
|
||||
/**
|
||||
* 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 {
|
||||
|
||||
Reference in New Issue
Block a user