cvs commit: jakarta-velocity/src/java/org/apache/velocity/test BaseTestCase.java

2003-10-26 Thread geirm
geirm 2003/10/26 02:16:10 Modified:src/java/org/apache/velocity/test BaseTestCase.java Log: Patch from Will Glass-Husain to fix bug 20992 - solves the problem of dealing with extra CR's when checking out templates Revision ChangesPath 1.13 +2 -2 jakarta-vel

cvs commit: jakarta-velocity/src/java/org/apache/velocity/test BaseTestCase.java

2001-03-23 Thread geirm
geirm 01/03/23 07:59:18 Modified:src/java/org/apache/velocity/test BaseTestCase.java Log: More helpful contributions from Sam : This normalizes the isMatch() check to make the varied-newline issue of Macs, DOS-boxen, and Yoonicks moot. Revision ChangesPath 1.10

cvs commit: jakarta-velocity/src/java/org/apache/velocity/test BaseTestCase.java

2001-03-19 Thread jvanzyl
jvanzyl 01/03/19 14:39:17 Added: src/java/org/apache/velocity/test BaseTestCase.java Log: - adding base test case back. Revision ChangesPath 1.8 +93 -11 jakarta-velocity/src/java/org/apache/velocity/test/BaseTestCase.java

cvs commit: jakarta-velocity/src/java/org/apache/velocity/test BaseTestCase.java

2001-03-11 Thread geirm
geirm 01/03/11 21:14:36 Removed: src/java/org/apache/velocity/test BaseTestCase.java Log: No longer needed with jon's changes - must remove to let a fresh source tree build :)

cvs commit: jakarta-velocity/src/java/org/apache/velocity/test BaseTestCase.java

2000-12-19 Thread jvanzyl
jvanzyl 00/12/19 22:51:47 Modified:src/java/org/apache/velocity/test BaseTestCase.java Log: - cleaning up import statements Revision ChangesPath 1.5 +3 -3 jakarta-velocity/src/java/org/apache/velocity/test/BaseTestCase.java Index: BaseTestCase.java ===

cvs commit: jakarta-velocity/src/java/org/apache/velocity/test BaseTestCase.java RuntimeTestCase.java TemplateTestCase.java

2000-10-25 Thread dlr
dlr 00/10/25 16:25:55 Modified:src/java/org/apache/velocity/test BaseTestCase.java RuntimeTestCase.java TemplateTestCase.java Log: Now fully separated into runtime and generic test cases. Revision ChangesPath 1.4 +19 -1 jakarta-velo

cvs commit: jakarta-velocity/src/java/org/apache/velocity/test BaseTestCase.java

2000-10-25 Thread dlr
dlr 00/10/25 16:16:52 Modified:src/java/org/apache/velocity/test BaseTestCase.java Log: Now does nothing. May possibly go away. Revision ChangesPath 1.3 +1 -33 jakarta-velocity/src/java/org/apache/velocity/test/BaseTestCase.java Index: BaseTestCase.j

cvs commit: jakarta-velocity/src/java/org/apache/velocity/test BaseTestCase.java VelocityTest.java

2000-10-22 Thread dlr
dlr 00/10/22 15:08:32 Modified:src/java/org/apache/velocity/test BaseTestCase.java VelocityTest.java Log: Broke BaseTestCase into another piece--TemplateTestCase--which subclasses BaseTestCase. I apologize for any compiler errors (I can't build the rest

cvs commit: jakarta-velocity/src/java/org/apache/velocity/test BaseTestCase.java VelocityTest.java VelocityTestSuite.java

2000-10-14 Thread dlr
dlr 00/10/14 20:21:42 Modified:src/java/org/apache/velocity/test VelocityTest.java VelocityTestSuite.java Added: src/java/org/apache/velocity/test BaseTestCase.java Log: Added test case base class to house functionality needed by most test cases.