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

Commit bef5f1a8 authored by Seigo Nonaka's avatar Seigo Nonaka
Browse files

Update test font file name

Bug: 181724588
Test: atest TypefaceCreatePerfTest
Change-Id: I9ce6fc3e171214a0177ee2579a0004e167b62ba5
parent 1c2df9c5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ import java.io.OutputStream;
@RunWith(AndroidJUnit4.class)
public class TypefaceCreatePerfTest {
    // A font file name in asset directory.
    private static final String TEST_FONT_NAME = "DancingScript-Regular.ttf";
    private static final String TEST_FONT_NAME = "DancingScript.ttf";

    @Rule
    public PerfStatusReporter mPerfStatusReporter = new PerfStatusReporter();