* This test shows that performing Log4j to SLF4J conversion has no impact on
* JCL implementation
*/
public void testLog4jOverJclConversion() {
// running log4j to slf4j conversion
LineConverter log4jConverter = new LineConverter(new Log4jRuleSet());
// no changes on LogFactory import
assertEquals("import org.apache.commons.logging.LogFactory;", log4jConverter
.getOneLineReplacement("import org.apache.commons.logging.LogFactory;"));
// no changes on Log import