summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Muramatsu <btmura@android.com>2011-06-13 11:29:23 -0700
committerAndroid Code Review <code-review@android.com>2011-06-13 11:29:23 -0700
commit0ff8994a12eaf311c840f51db0458562abcf78c7 (patch)
tree810fa3e8cdbf668ecc60cfef27bfe66f45e04891
parentbfa0ee94d95225388aa9c0d78dca0233e3920114 (diff)
parent9ef3eb64f8fc3afa435923d6bb0fb09f45378e72 (diff)
downloadplatform_cts-0ff8994a12eaf311c840f51db0458562abcf78c7.tar.gz
platform_cts-0ff8994a12eaf311c840f51db0458562abcf78c7.tar.bz2
platform_cts-0ff8994a12eaf311c840f51db0458562abcf78c7.zip
Merge "Add some strings for screen where the text stayed in" into gingerbread
-rwxr-xr-xtests/tests/text/src/android/text/method/cts/TouchTest.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/tests/text/src/android/text/method/cts/TouchTest.java b/tests/tests/text/src/android/text/method/cts/TouchTest.java
index 6b53f1d5687..7217db7ca8a 100755
--- a/tests/tests/text/src/android/text/method/cts/TouchTest.java
+++ b/tests/tests/text/src/android/text/method/cts/TouchTest.java
@@ -39,7 +39,9 @@ public class TouchTest extends ActivityInstrumentationTestCase2<StubActivity> {
private Activity mActivity;
private static final String LONG_TEXT = "Scrolls the specified widget to the specified " +
"coordinates, except constrains the X scrolling position to the horizontal regions " +
- "of the text that will be visible after scrolling to the specified Y position.";
+ "of the text that will be visible after scrolling to the specified Y position." +
+ "This is the description of the test.";
+
private boolean mReturnFromTouchEvent;
public TouchTest() {