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 jm...@apache.org on 2008/01/30 22:30:57 UTC

svn commit: r616926 - /incubator/xap/trunk/unittests/testsrc/xap/bridges/basic/page.xal

Author: jmargaris
Date: Wed Jan 30 14:30:55 2008
New Revision: 616926

URL: http://svn.apache.org/viewvc?rev=616926&view=rev
Log:
From Michael Mikhaylov: fix for unit tests

Modified:
    incubator/xap/trunk/unittests/testsrc/xap/bridges/basic/page.xal

Modified: incubator/xap/trunk/unittests/testsrc/xap/bridges/basic/page.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/unittests/testsrc/xap/bridges/basic/page.xal?rev=616926&r1=616925&r2=616926&view=diff
==============================================================================
--- incubator/xap/trunk/unittests/testsrc/xap/bridges/basic/page.xal (original)
+++ incubator/xap/trunk/unittests/testsrc/xap/bridges/basic/page.xal Wed Jan 30 14:30:55 2008
@@ -1,3 +1,20 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<xal	xmlns="http://openxal.org/ui/html" 
+		xmlns:xi="http://openxal.org/core/xinclude"
+		xmlns:xm="http://openxal.org/core/xmodify" >
+	<rootPane>
+		<htmlView id='testId1'>ab <b>cd</b> ef</htmlView>
+		<htmlView id='testId2'><![CDATA[<label />]]></htmlView>
+		<htmlView id='testId3'><!--<xi:include parse="text" href="/jsunit/testsrc/xap/bridges/basic/sometext.txt"/>--></htmlView>
+		<htmlView id='testId4'><!--<xi:include parse="text" href="/jsunit/testsrc/xap/bridges/basic/somexal.txt"/>--></htmlView>
+		<htmlView id='testId5'/>
+	</rootPane>
+	<xm:modifications>
+	    <xm:append select="id('testId5')">
+	        <span>Hello, world!</span>
+	    </xm:append>
+   	</xm:modifications>
+</xal>
 <!--
 	- Licensed to the Apache Software Foundation (ASF) under one
 	-  or more contributor license agreements.  See the NOTICE file
@@ -15,22 +32,4 @@
 	-  See the License for the specific language governing permissions and
 	-  limitations under the License.
 	-
--->
-
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<xal	xmlns="http://openxal.org/ui/html" 
-		xmlns:xi="http://openxal.org/core/xinclude"
-		xmlns:xm="http://openxal.org/core/xmodify" >
-	<rootPane>
-		<htmlView id='testId1'>ab <b>cd</b> ef</htmlView>
-		<htmlView id='testId2'><![CDATA[<label />]]></htmlView>
-		<htmlView id='testId3'><!--<xi:include parse="text" href="/jsunit/testsrc/xap/bridges/basic/sometext.txt"/>--></htmlView>
-		<htmlView id='testId4'><!--<xi:include parse="text" href="/jsunit/testsrc/xap/bridges/basic/somexal.txt"/>--></htmlView>
-		<htmlView id='testId5'/>
-	</rootPane>
-	<xm:modifications>
-	    <xm:append select="id('testId5')">
-	        <span>Hello, world!</span>
-	    </xm:append>
-   	</xm:modifications>
-</xal>
\ No newline at end of file
+-->
\ No newline at end of file