Merge "Fixed broken ImageFloatingTextViewTests" into oc-dev

am: 76926df97e

Change-Id: I7183050c98b5f1eb9f8a8a7dbfe4b7b75a1c3be7
This commit is contained in:
Selim Cinek
2017-05-26 19:50:42 +00:00
committed by android-build-merger

View File

@@ -38,6 +38,7 @@ public class ImageFloatingTextViewTest {
public void setup() {
mContext = InstrumentationRegistry.getTargetContext();
mView = new ImageFloatingTextView(mContext, null, 0, 0);
mView.setMaxLines(9);
mTextView = new TextView(mContext, null, 0, 0);
mTextView.setMaxLines(9);
}