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

Commit 4dd323b2 authored by Daichi Hirono's avatar Daichi Hirono
Browse files

Rename AppFuseTest in perf test package to AppFusePerfTest.

Previously we have two AppFuseTest class in the normal test and the perf
test. The CL renames the one in the perf test to different name.

Bug: 31982374
Test: adb shell am instrument -w com.android.mtp.perftests/android.support.test.runner.AndroidJUnitRunner
Change-Id: I6272d7f78cead0bfeee7cf83ed50c77658caa1c0
parent 5890f31b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -35,10 +35,10 @@ import org.junit.runners.JUnit4;
import org.junit.Test;

@RunWith(JUnit4.class)
public class AppFuseTest {
public class AppFusePerfTest {
    @Test
    @LargeTest
    public void testPerfReadWriteFile() throws IOException {
    public void testReadWriteFile() throws IOException {
        final Context context = InstrumentationRegistry.getInstrumentation().getTargetContext();
        final StorageManager storageManager = context.getSystemService(StorageManager.class);
        final int INODE = 10;