You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by mt...@apache.org on 2007/05/16 17:56:11 UTC

svn commit: r538670 - /incubator/xap/trunk/samples/WebContent/examples/dataBinding/mcoAttribute.xal

Author: mturyn
Date: Wed May 16 10:56:11 2007
New Revision: 538670

URL: http://svn.apache.org/viewvc?view=rev&rev=538670
Log:
(From T.Oldak:)
Removed two tests that failed because of the _expected_ behaviour of resolving the attributes {this} and {<node-i.d.>} when the node in question isn't the parent of a text node.

Modified:
    incubator/xap/trunk/samples/WebContent/examples/dataBinding/mcoAttribute.xal

Modified: incubator/xap/trunk/samples/WebContent/examples/dataBinding/mcoAttribute.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/dataBinding/mcoAttribute.xal?view=diff&rev=538670&r1=538669&r2=538670
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/dataBinding/mcoAttribute.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/dataBinding/mcoAttribute.xal Wed May 16 10:56:11 2007
@@ -41,25 +41,6 @@
 				text="Mco expressions and their resolved values:"
 			/>
 		
-			<xal:label 
-				y="50px"
-				width="290px" 
-				height="40px"
-				horizontalAlignment="center"
-				backgroundColor="#eeeeff"									
-				text=" {this} "
-			/>
-			
-			<xal:label 				
-				y="50px"
-				x="310px"			
-				width="290px" 			
-				height="40px"			
-				backgroundColor="#ffeeee"			
-				horizontalAlignment="center"			
-				text="{this}"			
-				id="testComponent_0" 		
-			/>
 			
 			
 			<xal:label 
@@ -84,28 +65,6 @@
 			
 			
 			
-			
-			<xal:label 
-				y="150px"
-				width="290px" 
-				height="40px"
-				horizontalAlignment="center"
-				backgroundColor="#eeeeff"									
-				text=" {topLabel} "
-			/>
-			
-			<xal:label 				
-				y="150px"
-				x="310px"			
-				width="290px" 			
-				height="40px"			
-				backgroundColor="#ffeeee"			
-				horizontalAlignment="center"			
-				text="{topLabel}"			
-				id="testComponent_2" 		
-			/>
-			
-			
 			<xal:label 
 				y="200px"
 				width="290px" 
@@ -123,7 +82,7 @@
 				backgroundColor="#ffeeee"			
 				horizontalAlignment="center"			
 				text="{topLabel.text}"		
-				id="testComponent_3" 		
+						
 			/>   
 			
 			<xal:label 
@@ -188,7 +147,7 @@
 			/> 
 	
 			<xal:label 
-				y="400px"
+				y="150px"
 				width="290px" 
 				height="40px"
 				horizontalAlignment="center"
@@ -197,7 +156,7 @@
 			/>                                      
 			
 			<xal:label 				
-				y="400px"	
+				y="150px"	
 				x="310px"					
 				width="290px" 			
 				height="40px"			
@@ -208,7 +167,7 @@
 			/>   
 	
 			<xal:label 
-				y="450px"
+				y="50px"
 				width="290px" 
 				height="40px"
 				horizontalAlignment="center"
@@ -217,7 +176,7 @@
 			/>                                      
 			
 			<xal:label 				
-				y="450px"
+				y="50px"
 				x="310px"			
 				width="290px" 			
 				height="40px"