am 70b692a8: am 2189be66: am 4468a20e: am 8ae468e8: am ba1be325: Merge "Fix CTS case testScrollTo." into jb-dev

* commit '70b692a8723d14cf85cd9bb9ccc2bcdba6128dd8':
  Fix CTS case testScrollTo.
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 3071fd6..58e889a 100755
--- a/tests/tests/text/src/android/text/method/cts/TouchTest.java
+++ b/tests/tests/text/src/android/text/method/cts/TouchTest.java
@@ -34,6 +34,10 @@
     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." +
+            "This is the description of the test." +
+            "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." +
             "This is the description of the test.";
 
     private boolean mReturnFromTouchEvent;