Author: ceki
Date: Thu Aug 30 00:33:41 2007
New Revision: 886

Modified:
   
slf4j/trunk/slf4j-converter/src/test/java/org/slf4j/converter/JCLMatcherTest.java

Log:
it's a unit test. So let us be as specific as possible. 
As the name of the test indicates, we want to test JCLMatcher not 
AbstractMatcher.



Modified: 
slf4j/trunk/slf4j-converter/src/test/java/org/slf4j/converter/JCLMatcherTest.java
==============================================================================
--- 
slf4j/trunk/slf4j-converter/src/test/java/org/slf4j/converter/JCLMatcherTest.java
   (original)
+++ 
slf4j/trunk/slf4j-converter/src/test/java/org/slf4j/converter/JCLMatcherTest.java
   Thu Aug 30 00:33:41 2007
@@ -7,8 +7,8 @@
 public class JCLMatcherTest extends TestCase {
 
   public void testConversion() throws IOException {
-    AbstractMatcher jclMatcher = AbstractMatcher
-        .getMatcherImpl(Constant.JCL_TO_SLF4J);
+     
+    JCLMatcher jclMatcher = new JCLMatcher();
     jclMatcher.setCommentConversion(true);
 
     assertEquals(jclMatcher
_______________________________________________
dev mailing list
[email protected]
http://www.slf4j.org/mailman/listinfo/dev

Reply via email to