jon 01/03/18 22:47:15
Modified: src/java/org/apache/velocity/test AnakiaTestCase.java
Log:
added a comment to note why there is no runTest()
Revision Changes Path
1.2 +4 -2
jakarta-velocity/src/java/org/apache/velocity/test/AnakiaTestCase.java
Index: AnakiaTestCase.java
===================================================================
RCS file:
/home/cvs/jakarta-velocity/src/java/org/apache/velocity/test/AnakiaTestCase.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- AnakiaTestCase.java 2001/03/12 04:46:46 1.1
+++ AnakiaTestCase.java 2001/03/19 06:47:15 1.2
@@ -70,7 +70,7 @@
* first running Anakia and then running this test.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Jon S. Stevens</a>
- * @version $Id: AnakiaTestCase.java,v 1.1 2001/03/12 04:46:46 jon Exp $
+ * @version $Id: AnakiaTestCase.java,v 1.2 2001/03/19 06:47:15 jon Exp $
*/
public class AnakiaTestCase extends TestCase
{
@@ -100,7 +100,9 @@
}
/**
- * Runs the test.
+ * Runs the test. This is empty on purpose because the
+ * code to do the Anakia output is in the .xml file that runs
+ * this test.
*/
public void runTest ()
{