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

Commit 53a360c5 authored by Makoto Onuki's avatar Makoto Onuki Committed by Android (Google) Code Review
Browse files

Merge "Fix test"

parents 2b194c06 c78606d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ import com.android.contacts.util.IntegrationTestUtils;
@LargeTest
public class ContactListItemViewTest extends ActivityInstrumentationTestCase2<PeopleActivity> {
    /** The HTML code used to mark the start of the highlighted part. */
    private static final String START = "<font color =\"#99cc00\">";
    private static final String START = "<font color =\"#33b5e5\">";
    /** The HTML code used to mark the end of the highlighted part. */
    private static final String END = "</font>";