You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by rw...@apache.org on 2013/01/22 02:04:18 UTC

svn commit: r1436707 - /pivot/trunk/tests/src/org/apache/pivot/tests/LabelTest.java

Author: rwhitcomb
Date: Tue Jan 22 01:04:17 2013
New Revision: 1436707

URL: http://svn.apache.org/viewvc?rev=1436707&view=rev
Log:
PIVOT-889: Make a trivial change the LabelTest program to add a hard newline
to test/demonstrate the fix.

Modified:
    pivot/trunk/tests/src/org/apache/pivot/tests/LabelTest.java

Modified: pivot/trunk/tests/src/org/apache/pivot/tests/LabelTest.java
URL: http://svn.apache.org/viewvc/pivot/trunk/tests/src/org/apache/pivot/tests/LabelTest.java?rev=1436707&r1=1436706&r2=1436707&view=diff
==============================================================================
--- pivot/trunk/tests/src/org/apache/pivot/tests/LabelTest.java (original)
+++ pivot/trunk/tests/src/org/apache/pivot/tests/LabelTest.java Tue Jan 22 01:04:17 2013
@@ -48,7 +48,7 @@ public class LabelTest extends Applicati
             + "our souls, there walks a lady we all know who shines white light "
             + "and wants to show how everything still turns to gold; and if you "
             + "listen very hard the tune will come to you at last when all are "
-            + "one and one is all: to be a rock and not to roll.";
+            + "one and one is all:\nto be a rock and not to roll.";
 
         BoxPane boxPane = new BoxPane(Orientation.VERTICAL);