You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by nb...@apache.org on 2008/11/25 00:33:41 UTC

svn commit: r720348 - /velocity/engine/trunk/src/test/org/apache/velocity/test/StringConcatenationTestCase.java

Author: nbubna
Date: Mon Nov 24 15:33:41 2008
New Revision: 720348

URL: http://svn.apache.org/viewvc?rev=720348&view=rev
Log:
don't leave debug on

Modified:
    velocity/engine/trunk/src/test/org/apache/velocity/test/StringConcatenationTestCase.java

Modified: velocity/engine/trunk/src/test/org/apache/velocity/test/StringConcatenationTestCase.java
URL: http://svn.apache.org/viewvc/velocity/engine/trunk/src/test/org/apache/velocity/test/StringConcatenationTestCase.java?rev=720348&r1=720347&r2=720348&view=diff
==============================================================================
--- velocity/engine/trunk/src/test/org/apache/velocity/test/StringConcatenationTestCase.java (original)
+++ velocity/engine/trunk/src/test/org/apache/velocity/test/StringConcatenationTestCase.java Mon Nov 24 15:33:41 2008
@@ -36,7 +36,6 @@
     public void setUp() throws Exception
     {
         super.setUp();
-        DEBUG = true;
         context.put("foo", "foo");
         context.put("baz", "baz");
     }