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

Commit 527de9ca authored by Neil Fuller's avatar Neil Fuller Committed by android-build-merger
Browse files

Merge "Switch test to TestIoUtils from IoUtils"

am: 709cb7ca

Change-Id: I757367421f4ec93b512fc3bd7a77869a4b9def96
parents 4047d3bb 709cb7ca
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