Merge "Update test font file name" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
5de9c019aa
@@ -44,7 +44,7 @@ import java.io.OutputStream;
|
|||||||
@RunWith(AndroidJUnit4.class)
|
@RunWith(AndroidJUnit4.class)
|
||||||
public class TypefaceCreatePerfTest {
|
public class TypefaceCreatePerfTest {
|
||||||
// A font file name in asset directory.
|
// 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
|
@Rule
|
||||||
public PerfStatusReporter mPerfStatusReporter = new PerfStatusReporter();
|
public PerfStatusReporter mPerfStatusReporter = new PerfStatusReporter();
|
||||||
|
|||||||
Reference in New Issue
Block a user