mbenson 2005/02/10 12:56:03 Modified: src/testcases/org/apache/tools/ant BuildFileTest.java Log: Corrected loglevel info in javadoc. Revision Changes Path 1.32 +3 -3 ant/src/testcases/org/apache/tools/ant/BuildFileTest.java Index: BuildFileTest.java =================================================================== RCS file: /home/cvs/ant/src/testcases/org/apache/tools/ant/BuildFileTest.java,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- BuildFileTest.java 7 Dec 2004 09:10:39 -0000 1.31 +++ BuildFileTest.java 10 Feb 2005 20:56:02 -0000 1.32 @@ -62,7 +62,7 @@ /** * Assert that only the given message has been logged with a - * priority >= INFO when running the given target. + * priority <= INFO when running the given target. */ protected void expectLog(String target, String log) { executeTarget(target); @@ -83,7 +83,7 @@ /** * Assert that the given message has been logged with a priority - * >= INFO when running the given target. + * <= INFO when running the given target. */ protected void expectLogContaining(String target, String log) { executeTarget(target); @@ -103,7 +103,7 @@ /** * Assert that the given message has been logged with a priority - * >= DEBUG when running the given target. + * >= VERBOSE when running the given target. */ protected void expectDebuglog(String target, String log) { executeTarget(target);
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]