You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by gb...@apache.org on 2009/12/31 02:48:02 UTC

svn commit: r894755 - in /incubator/pivot/trunk/tests/src/org/apache/pivot/tests: gridpane_test.wtkx text/TextAreaTest.java text/text_area_test.wtkx

Author: gbrown
Date: Thu Dec 31 01:48:01 2009
New Revision: 894755

URL: http://svn.apache.org/viewvc?rev=894755&view=rev
Log:
Additional minor tests project cleanup.

Modified:
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/gridpane_test.wtkx
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/text/TextAreaTest.java
    incubator/pivot/trunk/tests/src/org/apache/pivot/tests/text/text_area_test.wtkx

Modified: incubator/pivot/trunk/tests/src/org/apache/pivot/tests/gridpane_test.wtkx
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tests/src/org/apache/pivot/tests/gridpane_test.wtkx?rev=894755&r1=894754&r2=894755&view=diff
==============================================================================
--- incubator/pivot/trunk/tests/src/org/apache/pivot/tests/gridpane_test.wtkx (original)
+++ incubator/pivot/trunk/tests/src/org/apache/pivot/tests/gridpane_test.wtkx Thu Dec 31 01:48:01 2009
@@ -20,7 +20,7 @@
     xmlns:wtkx="http://pivot.apache.org/wtkx"
     xmlns="org.apache.pivot.wtk">
     <content>
-        <GridPane columnCount="2" 
+        <GridPane columnCount="2"
             styles="{padding:6, verticalSpacing:8, horizontalSpacing:4,
                 showHorizontalGridLines:true, showVerticalGridLines:true}">
             <rows>

Modified: incubator/pivot/trunk/tests/src/org/apache/pivot/tests/text/TextAreaTest.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tests/src/org/apache/pivot/tests/text/TextAreaTest.java?rev=894755&r1=894754&r2=894755&view=diff
==============================================================================
--- incubator/pivot/trunk/tests/src/org/apache/pivot/tests/text/TextAreaTest.java (original)
+++ incubator/pivot/trunk/tests/src/org/apache/pivot/tests/text/TextAreaTest.java Thu Dec 31 01:48:01 2009
@@ -78,7 +78,7 @@
         frame = new Frame((Component)wtkxSerializer.readObject(getClass().getResource("text_area_test.wtkx")));
         frame.setTitle("TextArea Test");
         frame.setPreferredSize(640, 480);
-        frame.setLocation(160, 120);
+        frame.setLocation(80, 40);
         frame.open(display);
 
         textArea = (TextArea)wtkxSerializer.get("textArea");

Modified: incubator/pivot/trunk/tests/src/org/apache/pivot/tests/text/text_area_test.wtkx
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tests/src/org/apache/pivot/tests/text/text_area_test.wtkx?rev=894755&r1=894754&r2=894755&view=diff
==============================================================================
--- incubator/pivot/trunk/tests/src/org/apache/pivot/tests/text/text_area_test.wtkx (original)
+++ incubator/pivot/trunk/tests/src/org/apache/pivot/tests/text/text_area_test.wtkx Thu Dec 31 01:48:01 2009
@@ -18,7 +18,7 @@
 
 <SplitPane splitRatio="0.75"
     xmlns:wtkx="http://pivot.apache.org/wtkx"
-    xmlns:test="org.apache.pivot.wtk.text.test"
+    xmlns:test="org.apache.pivot.tests.text"
     xmlns="org.apache.pivot.wtk">
     <left>
         <TablePane styles="{verticalSpacing:8}">