diff --git a/src/test/org/apache/commons/logging/config/PriorityConfigTestCase.java b/src/test/org/apache/commons/logging/config/PriorityConfigTestCase.java index 137b236..12ddc53 100644 --- a/src/test/org/apache/commons/logging/config/PriorityConfigTestCase.java +++ b/src/test/org/apache/commons/logging/config/PriorityConfigTestCase.java @@ -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. + *

+ * This test sets up a classpath where: + *

+ * The result should be that the third file is used. */ public class PriorityConfigTestCase extends TestCase {