Skip to content

Commit

Permalink
removed unused FileManager
Browse files Browse the repository at this point in the history
  • Loading branch information
tkobayas committed Jun 20, 2024
1 parent 0be1e04 commit ac095cc
Showing 1 changed file with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,9 @@
import java.util.Collection;
import java.util.List;

import org.drools.core.util.FileManager;
import org.drools.testcoverage.common.util.KieBaseTestConfiguration;
import org.drools.testcoverage.common.util.KieUtil;
import org.drools.testcoverage.common.util.TestParametersUtil;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.Parameterized;
Expand All @@ -47,19 +44,6 @@ public class KieBaseIncludesTest {

private final KieBaseTestConfiguration kieBaseTestConfiguration;

private FileManager fileManager;

@Before
public void setUp() throws Exception {
this.fileManager = new FileManager();
this.fileManager.setUp();
}

@After
public void tearDown() throws Exception {
this.fileManager.tearDown();
}

public KieBaseIncludesTest(final KieBaseTestConfiguration kieBaseTestConfiguration) {
this.kieBaseTestConfiguration = kieBaseTestConfiguration;
}
Expand Down

0 comments on commit ac095cc

Please sign in to comment.