Update of /cvsroot/webmacro/webmacro/webmacro/src/test/java/org/webmacro
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv30233/src/test/java/org/webmacro
Modified Files:
TestBroker.java
Log Message:
Remove logging
Index: TestBroker.java
===================================================================
RCS file: /cvsroot/webmacro/webmacro/webmacro/src/test/java/org/webmacro/TestBroker.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** TestBroker.java 12 Jun 2003 00:47:49 -0000 1.4
--- TestBroker.java 24 Feb 2010 21:02:20 -0000 1.5
***************
*** 1,4 ****
--- 1,6 ----
package org.webmacro;
+ import org.slf4j.Logger;
+
import junit.framework.TestCase;
import org.webmacro.util.Settings;
***************
*** 59,72 ****
- public void testGetLog () throws Exception
- {
- Log l = _broker.getLog("template");
- assertTrue(l != null);
-
- l = _broker.getLog("NewLog");
- assertTrue(l != null);
- }
-
-
public void testGetResource () throws Exception
{
--- 61,64 ----
|