Merge "Update test font name in TypefaceCreatePerfTest" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
a440a2ccf0
@@ -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.ttf";
|
||||
private static final String TEST_FONT_NAME = "DancingScript-Regular.ttf";
|
||||
|
||||
@Rule
|
||||
public PerfStatusReporter mPerfStatusReporter = new PerfStatusReporter();
|
||||
|
||||
Reference in New Issue
Block a user