Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 39af968a authored by Neil Fuller's avatar Neil Fuller Committed by android-build-merger
Browse files

Merge "Switch test to TestIoUtils from IoUtils" am: 709cb7ca am: 527de9ca

am: 1357c5a5

Change-Id: I954162637f5d6967bcda1913b67c4bd996e7ff16
parents 2c21e9d7 1357c5a5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ import java.util.Map;
import java.util.zip.ZipEntry;
import java.util.zip.ZipOutputStream;

import libcore.io.IoUtils;
import libcore.testing.io.TestIoUtils;

import org.junit.After;
import org.junit.Assert;
@@ -63,7 +63,7 @@ public class DexMetadataHelperTest {

    @Before
    public void setUp() {
        mTmpDir = IoUtils.createTemporaryDirectory("DexMetadataHelperTest");
        mTmpDir = TestIoUtils.createTemporaryDirectory("DexMetadataHelperTest");
    }

    @After