Author: smartini
Date: Mon Oct 24 21:37:26 2011
New Revision: 1188394
URL: http://svn.apache.org/viewvc?rev=1188394&view=rev
Log:
PIVOT-803, test case
Added:
pivot/trunk/tests/src/org/apache/pivot/tests/issues/pivot_803.bxml
pivot/trunk/tests/src/org/apache/pivot/tests/issues/test1.jpg (with props)
pivot/trunk/tests/src/org/apache/pivot/tests/issues/test2.jpg (with props)
Added: pivot/trunk/tests/src/org/apache/pivot/tests/issues/pivot_803.bxml
URL:
http://svn.apache.org/viewvc/pivot/trunk/tests/src/org/apache/pivot/tests/issues/pivot_803.bxml?rev=1188394&view=auto
==============================================================================
--- pivot/trunk/tests/src/org/apache/pivot/tests/issues/pivot_803.bxml (added)
+++ pivot/trunk/tests/src/org/apache/pivot/tests/issues/pivot_803.bxml Mon Oct
24 21:37:26 2011
@@ -0,0 +1,38 @@
+<Window title="Images Example" maximized="true"
xmlns:bxml="http://pivot.apache.org/bxml"
+ xmlns="org.apache.pivot.wtk">
+ <TablePane
+ styles="{verticalSpacing:1, showHorizontalGridLines:true,
+ horizontalSpacing:1, showVerticalGridLines:true}">
+ <columns>
+ <TablePane.Column width="1*" />
+ <TablePane.Column width="1*" />
+ </columns>
+ <TablePane.Row height="60">
+ <TablePane>
+ <columns>
+ <TablePane.Column width="60" />
+ <TablePane.Column width="1*" />
+ </columns>
+ <TablePane.Row>
+ <ImageView image="@test1.jpg" styles="{fill:true}" />
+ </TablePane.Row>
+ </TablePane>
+ <ImageView image="@test1.jpg" styles="{fill:true}" />
+ </TablePane.Row>
+ <TablePane.Row height="60">
+ <TablePane>
+ <columns>
+ <TablePane.Column width="60" />
+ <TablePane.Column width="1*" />
+ </columns>
+ <TablePane.Row>
+ <ImageView image="@test2.jpg" styles="{fill:true}" />
+ </TablePane.Row>
+ </TablePane>
+ <ImageView image="@test2.jpg" styles="{fill:true}" />
+ </TablePane.Row>
+ <TablePane.Row>
+ <Label TablePane.columnSpan="2" text="The bottom" />
+ </TablePane.Row>
+ </TablePane>
+</Window>
\ No newline at end of file
Added: pivot/trunk/tests/src/org/apache/pivot/tests/issues/test1.jpg
URL:
http://svn.apache.org/viewvc/pivot/trunk/tests/src/org/apache/pivot/tests/issues/test1.jpg?rev=1188394&view=auto
==============================================================================
Binary file - no diff available.
Propchange: pivot/trunk/tests/src/org/apache/pivot/tests/issues/test1.jpg
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: pivot/trunk/tests/src/org/apache/pivot/tests/issues/test2.jpg
URL:
http://svn.apache.org/viewvc/pivot/trunk/tests/src/org/apache/pivot/tests/issues/test2.jpg?rev=1188394&view=auto
==============================================================================
Binary file - no diff available.
Propchange: pivot/trunk/tests/src/org/apache/pivot/tests/issues/test2.jpg
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream