From 4cebeec80f989e58a7dcf6669ae55e081c826770 Mon Sep 17 00:00:00 2001 From: Simon Kitching Date: Sun, 16 Apr 2006 11:34:33 +0000 Subject: [PATCH] Update javadoc only git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@394459 13f79535-47bb-0310-9956-ffa450edef68 --- .../commons/logging/config/PriorityConfigTestCase.java | 9 +++++++++ 1 file changed, 9 insertions(+) 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 {