Merge "Switch test to TestIoUtils from IoUtils"
This commit is contained in:
@@ -45,7 +45,7 @@ import java.util.Map;
|
|||||||
import java.util.zip.ZipEntry;
|
import java.util.zip.ZipEntry;
|
||||||
import java.util.zip.ZipOutputStream;
|
import java.util.zip.ZipOutputStream;
|
||||||
|
|
||||||
import libcore.io.IoUtils;
|
import libcore.testing.io.TestIoUtils;
|
||||||
|
|
||||||
import org.junit.After;
|
import org.junit.After;
|
||||||
import org.junit.Assert;
|
import org.junit.Assert;
|
||||||
@@ -63,7 +63,7 @@ public class DexMetadataHelperTest {
|
|||||||
|
|
||||||
@Before
|
@Before
|
||||||
public void setUp() {
|
public void setUp() {
|
||||||
mTmpDir = IoUtils.createTemporaryDirectory("DexMetadataHelperTest");
|
mTmpDir = TestIoUtils.createTemporaryDirectory("DexMetadataHelperTest");
|
||||||
}
|
}
|
||||||
|
|
||||||
@After
|
@After
|
||||||
|
|||||||
Reference in New Issue
Block a user