Update of /cvsroot/webmacro/webmacro/test/unit/org/webmacro/template
In directory usw-pr-cvs1:/tmp/cvs-serv18931/test/unit/org/webmacro/template
Modified Files:
TemplateTestCase.java
Log Message:
Doh! That wasn't supposed to be committed.
Index: TemplateTestCase.java
===================================================================
RCS file: /cvsroot/webmacro/webmacro/test/unit/org/webmacro/template/TemplateTestCase.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** TemplateTestCase.java 11 Nov 2002 04:53:13 -0000 1.9
--- TemplateTestCase.java 11 Nov 2002 04:55:33 -0000 1.10
***************
*** 44,49 ****
public void init () throws Exception
{
! //if (System.getProperties().getProperty("org.webmacro.LogLevel") == null)
! // System.getProperties().setProperty("org.webmacro.LogLevel", "NONE");
_wm = createWebMacro ();
_context = _wm.getContext ();
--- 44,49 ----
public void init () throws Exception
{
! if (System.getProperties().getProperty("org.webmacro.LogLevel") == null)
! System.getProperties().setProperty("org.webmacro.LogLevel", "NONE");
_wm = createWebMacro ();
_context = _wm.getContext ();
|