You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2013/02/12 20:15:33 UTC

svn commit: r1445317 - /commons/sandbox/weaver/branches/mjb/processor/src/test/java/org/apache/commons/weaver/test/WeaveProcessorTest.java

Author: mbenson
Date: Tue Feb 12 19:15:33 2013
New Revision: 1445317

URL: http://svn.apache.org/r1445317
Log:
unnecessary method call

Modified:
    commons/sandbox/weaver/branches/mjb/processor/src/test/java/org/apache/commons/weaver/test/WeaveProcessorTest.java

Modified: commons/sandbox/weaver/branches/mjb/processor/src/test/java/org/apache/commons/weaver/test/WeaveProcessorTest.java
URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/branches/mjb/processor/src/test/java/org/apache/commons/weaver/test/WeaveProcessorTest.java?rev=1445317&r1=1445316&r2=1445317&view=diff
==============================================================================
--- commons/sandbox/weaver/branches/mjb/processor/src/test/java/org/apache/commons/weaver/test/WeaveProcessorTest.java (original)
+++ commons/sandbox/weaver/branches/mjb/processor/src/test/java/org/apache/commons/weaver/test/WeaveProcessorTest.java Tue Feb 12 19:15:33 2013
@@ -43,8 +43,6 @@ public class WeaveProcessorTest extends 
         Properties config = new Properties();
         config.put("configKey", "configValue");
 
-        getTargetFolder();
-
         wp.configure(getClassPathEntries(), getTargetFolder(), config);
 
         TestWeaver.wovenClasses.clear();