rsitze 02/05/22 10:39:40 Modified: java/test/utils TestMessages.java Log: rename of axis.nls.properties to axisNLS.properties (basename must be valid class name) Revision Changes Path 1.8 +6 -6 xml-axis/java/test/utils/TestMessages.java Index: TestMessages.java =================================================================== RCS file: /home/cvs/xml-axis/java/test/utils/TestMessages.java,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- TestMessages.java 22 Feb 2002 23:39:47 -0000 1.7 +++ TestMessages.java 22 May 2002 17:39:40 -0000 1.8 @@ -18,7 +18,7 @@ /** * This TestCase verifies: - * - the contents of resources.properties for well-formedness, and + * - the contents of axisNLS.properties for well-formedness, and * - tests calls to JavaUtils.getMessage. */ public class TestMessages extends TestCase { @@ -31,7 +31,7 @@ } /** - * Call getMessage for each key in resources.properties to make sure they are all well formed. + * Call getMessage for each key in axisNLS.properties to make sure they are all well formed. */ public void testAllMessages() { String arg0 = "arg0"; @@ -111,8 +111,8 @@ /** * If this test is run from xml-axis/java, then walk through the source tree looking for all * calls to JavaUtils.getMessage. For each of these calls: - * 1. Make sure the message key exists in resources.properties - * 2. Make sure the actual number of parameters (in resources.properties) matches the + * 1. Make sure the message key exists in axisNLS.properties + * 2. Make sure the actual number of parameters (in axisNLS.properties) matches the * excpected number of parameters (in the source code). */ public void testForMissingMessages() { @@ -146,8 +146,8 @@ /** * Check all calls to JavaUtils.getMessages: - * 1. Make sure the message key exists in resources.properties - * 2. Make sure the actual number of parameters (in resources.properties) matches the + * 1. Make sure the message key exists in axisNLS.properties + * 2. Make sure the actual number of parameters (in axisNLS.properties) matches the * excpected number of parameters (in the source code). */ private void checkMessages(File file) {