You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ri...@apache.org on 2005/05/12 22:54:17 UTC

svn commit: r169884 - in /incubator/beehive/trunk/netui: src/tags-html/org/apache/beehive/netui/tags/rendering/ test/webapps/drt/testRecorder/tests/

Author: rich
Date: Thu May 12 13:54:15 2005
New Revision: 169884

URL: http://svn.apache.org/viewcvs?rev=169884&view=rev
Log:
This is a patch from Carlin Rogers to address the V1 piece of http://issues.apache.org/jira/browse/BEEHIVE-498 : netui trees with runAtClient=true  are not HTML / XHTML compliant

tests: drt in trunk (WinXP)
BB: self (linux)


Modified:
    incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/rendering/HtmlTag.java
    incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtFormCases.xml
    incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J176.xml
    incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J475.xml
    incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J519.xml
    incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/TemplateXhtml.xml
    incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/XhtmlAnchor.xml
    incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/XhtmlCheckBox.xml
    incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/XhtmlDataGridSmokeTest.xml
    incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/XhtmlFormLabel.xml
    incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/XhtmlImage.xml
    incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/XhtmlLabel.xml
    incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/XhtmlRadio.xml
    incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/XhtmlSelect.xml
    incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/XhtmlTree.xml

Modified: incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/rendering/HtmlTag.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/rendering/HtmlTag.java?rev=169884&r1=169883&r2=169884&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/rendering/HtmlTag.java (original)
+++ incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/rendering/HtmlTag.java Thu May 12 13:54:15 2005
@@ -107,8 +107,6 @@
         {
             renderAttribute(sb, "xml:lang", renderState.lang);
             renderAttribute(sb, "xmlns", "http://www.w3.org/1999/xhtml");
-            renderAttribute(sb,"xmlns:netui", "http://beehive.apache.org/netui/tags");
-
         }
     }
 }

Modified: incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtFormCases.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtFormCases.xml?rev=169884&r1=169883&r2=169884&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtFormCases.xml (original)
+++ incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtFormCases.xml Thu May 12 13:54:15 2005
@@ -69,7 +69,7 @@
             <ses:reason/>
             <ses:responseBody>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-&lt;html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:netui="http://beehive.apache.org/netui/tags" netui:idScope="html">
+&lt;html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" netui:idScope="html">
 
     &lt;head>
         &lt;base href="http://localhost:8080/coreWeb/coretags/form/cases/index.jsp" />
@@ -303,7 +303,7 @@
             <ses:reason/>
             <ses:responseBody>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-&lt;html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:netui="http://beehive.apache.org/netui/tags" netui:idScope="html">
+&lt;html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" netui:idScope="html">
 
     &lt;head>
         &lt;base href="http://localhost:8080/coreWeb/coretags/form/cases/index.jsp" />
@@ -537,7 +537,7 @@
             <ses:reason/>
             <ses:responseBody>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-&lt;html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:netui="http://beehive.apache.org/netui/tags" netui:idScope="html">
+&lt;html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" netui:idScope="html">
 
     &lt;head>
         &lt;base href="http://localhost:8080/coreWeb/coretags/form/cases/index.jsp" />
@@ -775,7 +775,7 @@
             <ses:reason/>
             <ses:responseBody>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-&lt;html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:netui="http://beehive.apache.org/netui/tags" netui:idScope="html">
+&lt;html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" netui:idScope="html">
 
     &lt;head>
         &lt;base href="http://localhost:8080/coreWeb/coretags/form/cases/index.jsp" />
@@ -1013,7 +1013,7 @@
             <ses:reason/>
             <ses:responseBody>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-&lt;html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:netui="http://beehive.apache.org/netui/tags" netui:idScope="html">
+&lt;html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" netui:idScope="html">
 
     &lt;head>
         &lt;base href="http://localhost:8080/coreWeb/coretags/form/cases/index.jsp" />
@@ -1247,7 +1247,7 @@
             <ses:reason/>
             <ses:responseBody>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-&lt;html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:netui="http://beehive.apache.org/netui/tags" netui:idScope="html">
+&lt;html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" netui:idScope="html">
 
     &lt;head>
         &lt;base href="http://localhost:8080/coreWeb/coretags/form/cases/index.jsp" />
@@ -1481,7 +1481,7 @@
             <ses:reason/>
             <ses:responseBody>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-&lt;html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:netui="http://beehive.apache.org/netui/tags" netui:idScope="html">
+&lt;html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" netui:idScope="html">
 
     &lt;head>
         &lt;base href="http://localhost:8080/coreWeb/coretags/form/cases/index.jsp" />
@@ -3273,4 +3273,4 @@
    <ses:testCount>14</ses:testCount>
    <ses:passedCount>7</ses:passedCount>
    <ses:failedCount>7</ses:failedCount>
-</ses:recorderSession>
\ No newline at end of file
+</ses:recorderSession>

Modified: incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J176.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J176.xml?rev=169884&r1=169883&r2=169884&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J176.xml (original)
+++ incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J176.xml Thu May 12 13:54:15 2005
@@ -69,7 +69,7 @@
             <ses:reason/>
             <ses:responseBody><![CDATA[<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:netui="http://beehive.apache.org/netui/tags">
+<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
 
     <head>
         <base href="http://localhost:8080/coreWeb/bugs/j176/index.jsp" />
@@ -95,4 +95,4 @@
    <ses:testCount>1</ses:testCount>
    <ses:passedCount>0</ses:passedCount>
    <ses:failedCount>1</ses:failedCount>
-</ses:recorderSession>
\ No newline at end of file
+</ses:recorderSession>

Modified: incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J475.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J475.xml?rev=169884&r1=169883&r2=169884&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J475.xml (original)
+++ incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J475.xml Thu May 12 13:54:15 2005
@@ -383,7 +383,7 @@
             <ses:reason/>
             <ses:responseBody>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-&lt;html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:netui="http://beehive.apache.org/netui/tags">
+&lt;html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
 
 &lt;head>
    &lt;title>JavaScript Bug&lt;/title>
@@ -540,7 +540,7 @@
             <ses:reason/>
             <ses:responseBody>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-&lt;html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:netui="http://beehive.apache.org/netui/tags">
+&lt;html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
 
 &lt;head>
    &lt;title>JavaScript Bug&lt;/title>
@@ -639,4 +639,4 @@
    <ses:testCount>4</ses:testCount>
    <ses:passedCount>2</ses:passedCount>
    <ses:failedCount>2</ses:failedCount>
-</ses:recorderSession>
\ No newline at end of file
+</ses:recorderSession>

Modified: incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J519.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J519.xml?rev=169884&r1=169883&r2=169884&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J519.xml (original)
+++ incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J519.xml Thu May 12 13:54:15 2005
@@ -69,7 +69,7 @@
             <ses:reason/>
             <ses:responseBody>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-&lt;html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:netui="http://beehive.apache.org/netui/tags">
+&lt;html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
 
     &lt;head>
         &lt;title>
@@ -325,4 +325,4 @@
    <ses:testCount>3</ses:testCount>
    <ses:passedCount>2</ses:passedCount>
    <ses:failedCount>1</ses:failedCount>
-</ses:recorderSession>
\ No newline at end of file
+</ses:recorderSession>

Modified: incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/TemplateXhtml.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/TemplateXhtml.xml?rev=169884&r1=169883&r2=169884&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/TemplateXhtml.xml (original)
+++ incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/TemplateXhtml.xml Thu May 12 13:54:15 2005
@@ -69,7 +69,7 @@
             <ses:reason/>
             <ses:responseBody><![CDATA[<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:netui="http://beehive.apache.org/netui/tags">
+<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
 
    <head>
       <title>Simple Test</title>
@@ -122,4 +122,4 @@
    <ses:testCount>1</ses:testCount>
    <ses:passedCount>0</ses:passedCount>
    <ses:failedCount>1</ses:failedCount>
-</ses:recorderSession>
\ No newline at end of file
+</ses:recorderSession>

Modified: incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/XhtmlAnchor.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/XhtmlAnchor.xml?rev=169884&r1=169883&r2=169884&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/XhtmlAnchor.xml (original)
+++ incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/XhtmlAnchor.xml Thu May 12 13:54:15 2005
@@ -61,7 +61,7 @@
             <ses:reason/>
             <ses:responseBody><![CDATA[<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:netui="http://beehive.apache.org/netui/tags">
+<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
 
     <head>
         <title>Anchor Tests</title>
@@ -157,7 +157,7 @@
             <ses:reason/>
             <ses:responseBody><![CDATA[<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:netui="http://beehive.apache.org/netui/tags">
+<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
 
     <head>
         <title>Anchor Target Page</title>
@@ -273,7 +273,7 @@
             <ses:reason/>
             <ses:responseBody><![CDATA[<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:netui="http://beehive.apache.org/netui/tags">
+<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
 
     <head>
         <title>Anchor Tests</title>
@@ -319,4 +319,4 @@
    <ses:testCount>3</ses:testCount>
    <ses:passedCount>0</ses:passedCount>
    <ses:failedCount>3</ses:failedCount>
-</ses:recorderSession>
\ No newline at end of file
+</ses:recorderSession>

Modified: incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/XhtmlCheckBox.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/XhtmlCheckBox.xml?rev=169884&r1=169883&r2=169884&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/XhtmlCheckBox.xml (original)
+++ incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/XhtmlCheckBox.xml Thu May 12 13:54:15 2005
@@ -73,7 +73,7 @@
             <ses:reason/>
             <ses:responseBody>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-&lt;html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:netui="http://beehive.apache.org/netui/tags">
+&lt;html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
 
     &lt;head>
         &lt;title>Input Test Page&lt;/title>
@@ -314,7 +314,7 @@
             <ses:reason/>
             <ses:responseBody><![CDATA[<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:netui="http://beehive.apache.org/netui/tags">
+<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
 
     <head>
         <title>Checkbox Results</title>
@@ -444,7 +444,7 @@
             <ses:reason/>
             <ses:responseBody>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-&lt;html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:netui="http://beehive.apache.org/netui/tags">
+&lt;html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
 
     &lt;head>
         &lt;title>Input Test Page&lt;/title>
@@ -689,7 +689,7 @@
             <ses:reason/>
             <ses:responseBody><![CDATA[<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:netui="http://beehive.apache.org/netui/tags">
+<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
 
     <head>
         <title>Checkbox Results</title>
@@ -819,7 +819,7 @@
             <ses:reason/>
             <ses:responseBody>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-&lt;html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:netui="http://beehive.apache.org/netui/tags">
+&lt;html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
 
     &lt;head>
         &lt;title>Input Test Page&lt;/title>
@@ -929,4 +929,4 @@
    <ses:testCount>5</ses:testCount>
    <ses:passedCount>0</ses:passedCount>
    <ses:failedCount>5</ses:failedCount>
-</ses:recorderSession>
\ No newline at end of file
+</ses:recorderSession>

Modified: incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/XhtmlDataGridSmokeTest.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/XhtmlDataGridSmokeTest.xml?rev=169884&r1=169883&r2=169884&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/XhtmlDataGridSmokeTest.xml (original)
+++ incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/XhtmlDataGridSmokeTest.xml Thu May 12 13:54:15 2005
@@ -69,7 +69,7 @@
             <ses:reason/>
             <ses:responseBody><![CDATA[<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:netui="http://beehive.apache.org/netui/tags">
+<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
 
   <head>
     <title>NetUI Data Grid Samples</title>
@@ -182,4 +182,4 @@
    <ses:testCount>1</ses:testCount>
    <ses:passedCount>0</ses:passedCount>
    <ses:failedCount>1</ses:failedCount>
-</ses:recorderSession>
\ No newline at end of file
+</ses:recorderSession>

Modified: incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/XhtmlFormLabel.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/XhtmlFormLabel.xml?rev=169884&r1=169883&r2=169884&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/XhtmlFormLabel.xml (original)
+++ incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/XhtmlFormLabel.xml Thu May 12 13:54:15 2005
@@ -69,7 +69,7 @@
             <ses:reason/>
             <ses:responseBody>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-&lt;html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:netui="http://beehive.apache.org/netui/tags">
+&lt;html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
 
     &lt;head>
         &lt;title>Form Label Tests&lt;/title>
@@ -293,7 +293,7 @@
             <ses:reason/>
             <ses:responseBody><![CDATA[<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:netui="http://beehive.apache.org/netui/tags">
+<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
 
     <head>
         <title>Label Post Results</title>
@@ -344,4 +344,4 @@
    <ses:testCount>2</ses:testCount>
    <ses:passedCount>0</ses:passedCount>
    <ses:failedCount>2</ses:failedCount>
-</ses:recorderSession>
\ No newline at end of file
+</ses:recorderSession>

Modified: incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/XhtmlImage.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/XhtmlImage.xml?rev=169884&r1=169883&r2=169884&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/XhtmlImage.xml (original)
+++ incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/XhtmlImage.xml Thu May 12 13:54:15 2005
@@ -69,7 +69,7 @@
             <ses:reason/>
             <ses:responseBody>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-&lt;html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:netui="http://beehive.apache.org/netui/tags">
+&lt;html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
 
     &lt;head>
         &lt;title>Image Tests&lt;/title>
@@ -215,7 +215,7 @@
             <ses:reason/>
             <ses:responseBody><![CDATA[<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:netui="http://beehive.apache.org/netui/tags">
+<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
 
     <head>
         <title>Image Post Results</title>
@@ -246,4 +246,4 @@
    <ses:testCount>2</ses:testCount>
    <ses:passedCount>0</ses:passedCount>
    <ses:failedCount>2</ses:failedCount>
-</ses:recorderSession>
\ No newline at end of file
+</ses:recorderSession>

Modified: incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/XhtmlLabel.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/XhtmlLabel.xml?rev=169884&r1=169883&r2=169884&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/XhtmlLabel.xml (original)
+++ incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/XhtmlLabel.xml Thu May 12 13:54:15 2005
@@ -61,7 +61,7 @@
             <ses:reason/>
             <ses:responseBody>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-&lt;html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:netui="http://beehive.apache.org/netui/tags">
+&lt;html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
 
     &lt;head>
         &lt;title>Label Tests&lt;/title>
@@ -99,4 +99,4 @@
    <ses:testCount>1</ses:testCount>
    <ses:passedCount>0</ses:passedCount>
    <ses:failedCount>1</ses:failedCount>
-</ses:recorderSession>
\ No newline at end of file
+</ses:recorderSession>

Modified: incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/XhtmlRadio.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/XhtmlRadio.xml?rev=169884&r1=169883&r2=169884&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/XhtmlRadio.xml (original)
+++ incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/XhtmlRadio.xml Thu May 12 13:54:15 2005
@@ -61,7 +61,7 @@
             <ses:reason/>
             <ses:responseBody>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-&lt;html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:netui="http://beehive.apache.org/netui/tags">
+&lt;html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
 
     &lt;head>
         &lt;title>RadioGroup Tests&lt;/title>
@@ -235,7 +235,7 @@
             <ses:reason/>
             <ses:responseBody><![CDATA[<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:netui="http://beehive.apache.org/netui/tags">
+<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
 
     <head>
         <title>Radio Post Results</title>
@@ -342,7 +342,7 @@
             <ses:reason/>
             <ses:responseBody>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-&lt;html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:netui="http://beehive.apache.org/netui/tags">
+&lt;html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
 
     &lt;head>
         &lt;title>RadioGroup Tests&lt;/title>
@@ -512,7 +512,7 @@
             <ses:reason/>
             <ses:responseBody><![CDATA[<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:netui="http://beehive.apache.org/netui/tags">
+<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
 
     <head>
         <title>Radio Post Results</title>
@@ -569,4 +569,4 @@
    <ses:testCount>4</ses:testCount>
    <ses:passedCount>0</ses:passedCount>
    <ses:failedCount>4</ses:failedCount>
-</ses:recorderSession>
\ No newline at end of file
+</ses:recorderSession>

Modified: incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/XhtmlSelect.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/XhtmlSelect.xml?rev=169884&r1=169883&r2=169884&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/XhtmlSelect.xml (original)
+++ incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/XhtmlSelect.xml Thu May 12 13:54:15 2005
@@ -69,7 +69,7 @@
             <ses:reason/>
             <ses:responseBody>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-&lt;html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:netui="http://beehive.apache.org/netui/tags">
+&lt;html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
 
     &lt;head>
         &lt;title>Select Tests&lt;/title>
@@ -292,7 +292,7 @@
             <ses:reason/>
             <ses:responseBody><![CDATA[<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:netui="http://beehive.apache.org/netui/tags">
+<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
 
     <head>
         <title>Select Post Results</title>
@@ -416,7 +416,7 @@
             <ses:reason/>
             <ses:responseBody>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-&lt;html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:netui="http://beehive.apache.org/netui/tags">
+&lt;html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
 
     &lt;head>
         &lt;title>Select Tests&lt;/title>
@@ -528,4 +528,4 @@
    <ses:testCount>3</ses:testCount>
    <ses:passedCount>0</ses:passedCount>
    <ses:failedCount>3</ses:failedCount>
-</ses:recorderSession>
\ No newline at end of file
+</ses:recorderSession>

Modified: incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/XhtmlTree.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/XhtmlTree.xml?rev=169884&r1=169883&r2=169884&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/XhtmlTree.xml (original)
+++ incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/XhtmlTree.xml Thu May 12 13:54:15 2005
@@ -69,7 +69,7 @@
             <ses:reason/>
             <ses:responseBody>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-&lt;html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:netui="http://beehive.apache.org/netui/tags">
+&lt;html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
 
     &lt;head>
         &lt;title>Tree Test&lt;/title>
@@ -139,4 +139,4 @@
    <ses:testCount>1</ses:testCount>
    <ses:passedCount>0</ses:passedCount>
    <ses:failedCount>1</ses:failedCount>
-</ses:recorderSession>
\ No newline at end of file
+</ses:recorderSession>