better tmp dir name in TestCaseWithTmpdirIndependentFromIdea
This commit is contained in:
@@ -30,7 +30,7 @@ public abstract class TestCaseWithTmpdirIndependentFromIdea {
|
|||||||
|
|
||||||
@Before
|
@Before
|
||||||
public void before() throws Exception {
|
public void before() throws Exception {
|
||||||
tmpdir = JetTestUtils.tmpDir(TestCaseWithTmpdirIndependentFromIdea.class.getName());
|
tmpdir = JetTestUtils.tmpDir(this.getClass().getName());
|
||||||
}
|
}
|
||||||
|
|
||||||
@After
|
@After
|
||||||
|
|||||||
Reference in New Issue
Block a user