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

Commit af890a67 authored by George Mount's avatar George Mount
Browse files

Test now really breaks.

Bug 19286803
parent cf0cf877
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -34,8 +34,6 @@ public class BindToFinalObservableFieldTest extends BaseDataBinderTest<BindToFin
        mBinder.rebindDirty();
        final TextView textView = (TextView) mBinder.getRoot().findViewById(R.id.text_view);
        assertEquals(getActivity().getResources().getString(R.string.app_name), textView.getText().toString());
        final TextView textView2 = (TextView) mBinder.getRoot().findViewById(R.id.text_view2);
        assertEquals(getActivity().getResources().getString(R.string.app_name), textView2.getText().toString());
    }


+1 −4
Original line number Diff line number Diff line
@@ -19,8 +19,5 @@
    <variable name="obj" type="com.android.databinding.testapp.vo.PublicFinalWithObservableTestVo"/>
    <TextView android:layout_width="wrap_content" android:layout_height="wrap_content"
              android:id="@+id/text_view"
            android:text="@{obj.myField}"/>
    <TextView android:layout_width="wrap_content" android:layout_height="wrap_content"
              android:id="@+id/text_view2"
              android:text="@{obj.myFinalVo.val}"/>
</LinearLayout>
 No newline at end of file