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

Commit ee8ba014 authored by Steve McKay's avatar Steve McKay Committed by Android (Google) Code Review
Browse files

Merge "Fix broken SearchViewUiTest."

parents c8680438 d0086a49
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -223,7 +223,8 @@ public class SearchViewUiTest extends InstrumentationTestCase {

        assertFalse(mDocsList.exists());
        assertTrue(mMessageTextView.exists());
        assertEquals(mContext.getString(R.string.empty), mMessageTextView.getText());
        String msg = String.valueOf(mContext.getString(R.string.no_results));
        assertEquals(String.format(msg, "TEST_ROOT_0"), mMessageTextView.getText());
        assertSearchTextField(false, query);
    }