You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by sm...@apache.org on 2012/06/18 14:37:36 UTC

svn commit: r1351323 - /pivot/branches/2.0.x/tests/src/org/apache/pivot/tests/issues/pivot_843.bxml

Author: smartini
Date: Mon Jun 18 12:37:36 2012
New Revision: 1351323

URL: http://svn.apache.org/viewvc?rev=1351323&view=rev
Log:
PIVOT-843, test case (without test image for now)

Modified:
    pivot/branches/2.0.x/tests/src/org/apache/pivot/tests/issues/pivot_843.bxml

Modified: pivot/branches/2.0.x/tests/src/org/apache/pivot/tests/issues/pivot_843.bxml
URL: http://svn.apache.org/viewvc/pivot/branches/2.0.x/tests/src/org/apache/pivot/tests/issues/pivot_843.bxml?rev=1351323&r1=1351322&r2=1351323&view=diff
==============================================================================
--- pivot/branches/2.0.x/tests/src/org/apache/pivot/tests/issues/pivot_843.bxml (original)
+++ pivot/branches/2.0.x/tests/src/org/apache/pivot/tests/issues/pivot_843.bxml Mon Jun 18 12:37:36 2012
@@ -42,7 +42,7 @@ limitations under the License.
                 <CardPane bxml:id="sourceImageCardPane" styles="{padding:4}">
                     <ImageView image="/org/apache/pivot/tests/IMG_0725_2.jpg"/>
                     <ImageView image="/org/apache/pivot/tests/palette.png"/>
-                    <ImageView image="/org/apache/pivot/tests/issues/pivot_843_test.jpg"/>
+                    <ImageView image="/org/apache/pivot/tests/issues/pivot_843_test.dib"/>
                 </CardPane>
             </Border>
             <Border styles="{padding:2}">
@@ -84,7 +84,7 @@ limitations under the License.
                         tooltipText="palette.png"
                     />
                     <PushButton bxml:id="sourceImageButton3"
-                        buttonData="pivot_843_test.jpg" toggleButton="true"
+                        buttonData="pivot_843_test.dib" toggleButton="true"
                         buttonGroup="$sourceImageButtonGroup"
                         tooltipText="Sample Image with problems after Paste"
                     />